@extends("layouts.dashboard.app") @section("page-nav-title")
Control and view all Branches of Store
| #{{__('ID')}} | {{__('Image')}} | {{__('Arabic Branch Name')}} | {{__('Location on the Map')}} | {{__('Phone number')}} | @if(hasPermissions("control-sliders-branches")){{__('Sliders')}} | @endif @if(hasPermissions(["edit-branch", "delete-branch"])){{__('Control')}} | @endif
|---|---|---|---|---|---|---|
| {{$branch->id}} | {{$branch->store_name}} | {{$branch->phone_number}} | @if(hasPermissions("control-sliders-branches"))id)}}" class="btn btn-primary">Control | @endif @if(hasPermissions(["edit-branch", "delete-branch"]))@if(hasPermissions("edit-branch")) id)}}" class="control-link edit"> @endif @if(hasPermissions("delete-branch")) @endif | @endif