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

{{__("Branches")}}

{{__("Control and view all Branches of Store")}}

@endsection @section("content") @include("layouts.main-parts.page-message")
@foreach($branchs as $branch) @endforeach
{{__("ID")}} {{__("Image")}} {{__("Branch English Name")}} {{__("Branch Arbic Name")}} {{__("Location on the Map")}} {{__("Phone number")}} {{__("Slider")}} {{__("Status")}} {{__("Control")}}
{{$branch->id}} image {{$branch->store_name_en}} {{$branch->store_name_ar}} {{$branch->phone_number}} @if($branch->status == 1) Active @else Not-Active @endif id)}}" class="btn btn-primary">Control 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 succssfully">@csrf @method("delete")
@endsection @section("scripts") @endsection