@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")
{{__("all-document")}}
# | {{__("issuing-date")}} | {{__("expiry-date")}} | {{__("type")}} | {{__("view")}} | @if(isPermissionsAllowed("edit-document","delete-document")){{__("control")}} | @endif
---|---|---|---|---|---|
{{$serial_number++}} |
@if($document->expire == 1)
{{$document->date}}
![]() {{__("renewal")}}
|
{{$document->expiry_date}} | {{$document->type}} | @if(isPermissionsAllowed("edit-document","delete-document")) | @if(isPermissionsAllowed("edit-document")) id)}}" class="control-link edit"> @endif @if(isPermissionsAllowed("delete-document")) @endif | @endif