@if(!empty($errors->all()))
@endif
@if (session('message'))
@endif
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endforeach
{{ session('message') }}
User id | {{$user->id}} |
Name | {{$user->name}} |
{{$user->email}} | |
Created at | {{ !empty($user->created_at) ? date_format($user->created_at,"Y/m/d") : null }} |
Updated at | {{ !empty($user->updated_at) ? date_format($user->updated_at,"Y/m/d") : null }} |
Created by | @if( !empty($user->user)) {{$user->user->email}} @endif |
Projects
Project id | Name | Created at | Actions |
---|---|---|---|
{{ $project->id }} | {{ $project->name }} | {{ !empty($project->created_at) ? date_format($project->created_at,"Y/m/d") : null }} | View |
No record found |