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

{{__("ِAll Account Type")}}

@endsection @section("content") @foreach($accounTyps as $accounTyp)
@endforeach
{{__("Account Type In English")}} {{__("Account Type In Arabic")}} {{__("Created at")}} {{__("Action")}}
{{$accounTyp->name_en}} {{$accounTyp->name_ar}} {{$accounTyp->created_at}} id)}}" class="control-link edit">
$accounTyp->id])}}" method="post" id="delete{{$accounTyp->id}}" style="display: none" data-swal-title="{{__("Delete")}}" data-swal-text="{{__("Are Your Sure To Delete This Account Type?")}}" data-yes="{{__("Yes")}}" data-no="{{__("No")}}" data-success-msg="{{__("the Account Type has been deleted successfully")}}">@csrf @method("delete")
@endsection