@extends('dashboard.dashboard')
@section('title',ucfirst('Clientes'))
@section('main')
@section('page','client')
| Nome
|
Imagem
|
{{ __('Última atualização')}} |
{{ __('actions')}} |
| Nome |
Imagem |
Última atualização |
{{ __('actions')}} |
@foreach($clients as $key => $client)
| {{ $client->name }} |
|
{{ date('d/m/Y H:i:s',strtotime($client->updated_at))}} |
|
@endforeach
{{-- Showing 1 to 10 of 57 entries --}}
{{-- {{ $clients->links() }} --}}
@endsection
@push('scripts')
@endpush