@extends('home') @section('title') {{ __('Customers') }} @endsection @section('styles') @endsection @section('content')
{{ __('Name') }} | {{ __('Phone') }} | {{ __('City') }} | |
---|---|---|---|
{{ $loop->index + $users->firstItem() }} | {{ @$user->name }} |
{{ $user->mobile }} |
@if ($address) {!! @$address->destination->title !!} @endif |