@if(Auth::user()->type_user != "2") @endif @foreach ($customerServices as $item) @if(Auth::user()->type_user != "2") @endif @endforeach
{{ __('Customer') }} {{ __('Customer Location')}} {{ __('Service') }} {{ __('Start Date') }} {{ __('Type') }}{{ __('Action') }}
{{ $item->customer->name }} {{ $item->customerLocation->description }} {{ $item->service->name }} {{ $item->start_date }} {{ $item->type }}
{{ $customerServices->links() }}