Locations List

All Locations

Add Location
@foreach($locations as $index=>$single_location) @endforeach
# Location Name Location Code Monthly Price (%) Status Actions
{{ $index+1 }} {{ $single_location->location_name }} {{ $single_location->location_code }} {{ $single_location->monthly_price }}% @if($single_location->active == 1) Active @elseif($single_location->active == 0) DeActive @endif
@section('scripts') @include('javascript.datatable') @endsection