Api Iframe Location List

All Data

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