{!! Form::label('id', 'Id:') !!}

{{ $project->id }}

{!! Form::label('name', 'Name:') !!}

{{ $project->name }}

{!! Form::label('description', 'Description:') !!}

{{ $project->description }}

{!! Form::label('image', 'Image:') !!}

{!! Form::label('اسم العميل', 'اسم العميل:') !!}

{{ $project->client_name }}

{!! Form::label('تاريخ المشروع', 'تاريخ المشروع :') !!}

{{ $project->date_of_starting }}

{!! Form::label('category_id', 'Category Id:') !!}

{{ $project->category_id }}

{!! Form::label('created_at', 'Created At:') !!}

{{ $project->created_at }}

{{-- @if ($project->getMedia('gallery')) --}} @foreach ($project->getMedia('gallery') as $file) @endforeach {{-- @endif --}}