@foreach($disclosures as $disclosure) @endforeach
البيان الملف تاريخ الرفع الفعل
{{ $disclosure->Statement }} عرض {{ $disclosure->created_at }} {!! Form::open(['route' => ['disclosures.destroy', $disclosure->id], 'method' => 'delete']) !!}
{{-- --}} {!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}
{!! Form::close() !!}
{{ $disclosures->links() }}