@extends('global.app') @section('title', trans('clients.title.all')) @section('page_stylesheets') @endsection @section('extra_stylesheets') @endsection @section('action_buttons')
# | Id | Profile | Name | Phone | Status | Registration Date | Action | |
---|---|---|---|---|---|---|---|---|
{{ $client->id }} | {{ $client->first_name }} {{ $client->last_name }} | {{ $client->phone or '(---) ---- --- ---' }} | {{ $client->email }} | @if ($client->status) @else @endif | {{ $client->created_at->format('d-m-Y') }} | {{ trans('clients.link.profile') }} | ||
{{ trans('clients.message.empty.clients') }} |
{{ trans('clients.message.empty.clients') }}
@endsection @section('page_scripts') @endsection