{{-- --}} @foreach($details as $detail) {{-- --}} @endforeach
اسم الشركة وصف الشركةCreated Atالفعل
{{ $detail->name }} {{ $detail->project_description }}{{ $detail->created_at }} {!! Form::open(['route' => ['details.destroy', $detail->id], 'method' => 'delete']) !!}
{{-- --}} {!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}
{!! Form::close() !!}