@foreach($projects as $project) {{-- {{ dd($project->gallery) }} --}} @endforeach
الاسم الصورة القسم تم الانشاء في فعل
{{ $project->name }} {{ $project->category->name }} {{ $project->created_at }} {!! Form::open(['route' => ['projects.destroy', $project->id], 'method' => 'delete']) !!}
{!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}
{!! Form::close() !!}
{{ $projects->links() }}