| البيان | الملف | النوع | تاريخ الرفع | الفعل | ||
|---|---|---|---|---|---|---|
| {{ $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::close() !!} | ||