@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("Instructions And Laws")}}

{{__("All Instructions And Laws")}}

@endsection @section("content") @include("includes.dialog")
@if(isPermissionsAllowed("control-instructions")) @endif
{{-- --}} @if(isPermissionsAllowed("control-instructions")) @endif @foreach($instructions as $instruction) {{-- --}} @if(isPermissionsAllowed("control-instructions")) @endif @endforeach
{{__("ID")}}{{__("Serial Number")}} {{__("Name")}}{{__("Control")}}
{{$instruction->id}}{{$serial_number++}} {{$instruction->getNameAttribute()}} $instruction->id])}}" class="control-link edit">
id)}}" method="post" id="delete{{$instruction->id}}" style="display: none" data-swal-title="{{__("Delete Instruction And Laws")}}" data-swal-text="{{__("Are Your Sure To Delete This Instruction And Laws ?")}}" data-yes="{{__("Yes")}}" data-no="{{__("No")}}" data-success-msg="{{__('the Instruction And Laws has been deleted successfully')}}">@csrf @method("delete")
@endsection @section("scripts") @endsection