@if (Auth::user()->type_user == '2') @endif
@foreach ($customerLocations as $item) @endforeach
{{ __('Name') }} {{ __('Contact') }} {{ __('Manager') }} {{ __('District') }} {{ __('Action') }}
{{ $item->description }} {{ $item->contact }} {{ $item->manager_name }} @forelse ($districts as $dItem) @if($dItem->id == $item->district_id) {{ $dItem->name }} @endif @empty @endforelse
{{ $customerLocations->links() }}