@foreach($demands as $key=> $row)
|
|
{{ $row->name }} |
{{ $row->email }} |
{{ $row->phone }} |
@if($row->subject_id)
{{ $row->subject->currentDescription->name }} |
@endif
{{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} |
|
@endforeach
@if( count( $demands ) )
| {{ $demands->links() }} |
@endif