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

{{__('All Unit')}}

@endsection @section("content") @include("layouts.main-parts.page-message")
{{__('Create New unit')}} {{__('pdf')}} {{__('Export As Excel')}}
@foreach($units as $unit) @endforeach
#{{__('ID')}} {{__('English name')}} {{__('Arabic name')}} {{__('Control')}}
{{$unit->id}} {{$unit->name_en}} {{$unit->name_ar}} $unit->id])}}" class="control-link edit">
$unit->id])}}" method="post" id="delete{{$unit->id}}" style="display: none" data-swal-title="{{__('Delete Unit')}}" data-swal-text="{{__('Are Your Sure To Delete This Unit ?')}}" data-yes="{{__('Yes')}}" data-no="{{__('No')}}" data-success-msg="{{__('The unit has been deleted succssfully')}}">@csrf @method("delete")
@endsection @section("scripts") @endsection