@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')}} {{__('Sliders')}} {{__('Status')}} {{__('Control')}}
{{$branch->id}} image {{$branch->store_name_en}} {{$branch->store_name_ar}} {{$branch->phone_number}} id)}}" class="btn btn-primary">Control @if($branch->status == 1) {{__('Active')}} @else {{__('Not-Active')}} @endif 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