@extends('layouts.app') @section('content')

{{trans('lang.locationdetails_plural')}}|{{trans('lang.locationdetails_citydeliverydesc')}}

@include('flash::message')
{{-- --}} {{-- --}} @if(count($locationdetails)>0) @foreach ($locationdetails as $key=>$loc) {{-- --}} {{-- --}} @endforeach @else @endif
ID City NameDelivery ChargeAdded / Modified dateAction
{{ $loc->loc_id }} {{$loc->name}} 0 {{ empty($loc->modified) ? $loc->created : $loc->modified }}
@csrf
{{-- --}} {{-- --}}
No record found!
{{$locationdetails->appends($_GET)->links()}}
@endsection