@foreach($financials as $financial) @endforeach
البيان الملف النوع تاريخ الرفع الفعل
{{ $financial->Statement }} عرض @if ($financial->type == 0) عادية @elseif ($financial->type == 1) مجمعة @else مستقلة @endif {{ $financial->created_at }} {!! Form::open(['route' => ['financials.destroy', $financial->id], 'method' => 'delete']) !!}
{{-- --}} {!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}
{!! Form::close() !!}