@extends('home') @section('title') {{ __('Customers') }} @endsection @section('styles') @endsection @section('content')

@foreach ($users as $index => $user) @php $address = Optional($user->addresses)->first(); @endphp @continue(!$address) publish) class="danger" @endif> @endforeach
{{ __('Name') }} {{ __('Phone') }} {{ __('City') }}
{{ $loop->index + $users->firstItem() }} {{ @$user->name }}

{{ $user->mobile }}

@if ($address) {!! @$address->destination->title !!} @endif
{{ __('Print') }} {{-- {{ __('Export PDF') }} --}}
@endsection @section('scripts') @endsection