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

{{__("Branches")}}

@endsection @section("content") @include("layouts.main-parts.page-message")
{{__('Create')}}
@foreach($branchs as $branch) @endforeach
{{__("ID")}} {{__("English Name")}} {{__("Arabic Name")}} {{__("Location on the Map")}} {{__("Phone number")}} {{__("Control")}}
{{$branch->id}} {{$branch->name_en}} {{$branch->name_ar}} {{$branch->phone_number}} id)}}" class="control-link edit">
id)}}" method="post" id="delete{{$branch->id}}" style="display: none" data-swal-title="Delete Branch" data-swal-text="Are Your Sure To Delete This Branch ?" data-yes="Yes" data-no="No" data-success-msg="the branch has been deleted successfully">@csrf @method("delete")
@endsection @section("scripts") @endsection