@if(Session::has('success'))
{{ Session::get('success') }}
@endif
Name |
Contact |
Address |
Description |
Created Date |
Action |
@if( $projectList->count() > 0 )
@foreach( $projectList as $list )
{{$list->project_name}} |
0{{$list->contact}} |
{{$list->address}} |
{{$list->description}} |
{{$list->created_at}} |
|
@endforeach
@endif