@extends("WarehouseDashboard.layouts.dashboard.app") @section("page-nav-title")

{{__('Forms')}}

{{__('Control and view all Forms')}}

@endsection @section("content") @include("layouts.main-parts.page-message")
{{__('Create Forms')}}
{{__('Export As Excel')}}
@foreach($Forms as $Form) @endforeach
#{{__('ID')}} {{__('Form Name')}} {{__('Branch')}} {{__('Item Name')}} {{__('Control')}}
{{$Form->id}} {{$Form->name}} {{$Form->branch->store_name}} id)}}" class="control-link edit">
id)}}" method="post" id="delete{{$Form->id}}" style="display: none" data-swal-title="Delete Form" data-swal-text="Are Your Sure To Delete This Form ?" data-yes="Yes" data-no="No" data-success-msg="the role has been deleted succssfully">@csrf @method("delete")
@endsection @section("scripts") @endsection