@section('page_content')
@csrf

Search Filter

{{-- Hidden inputs for table sorting --}}

{{ $page_title }}

{{-- --}} @if ($data->count() > 0) @foreach ($data as $account) {{-- --}} {{-- --}} @endforeach @else @endif
Name Website Company Size Annual Revenue Type Account Owner Created At Action
{{ $account->name }} {{ $account->website }} {{ $account->company_size }} {{ $account->annual_revenue }} {{ $account->account_type }} {{ $account->user ? "{$account->user->given_names} {$account->user->surname}" : '---' }} {{ $account->created_at->format('H:i:s d/m/Y') }} {{-- --}}
Currently no Clients exists in the database.
@stop