@extends('admin.layout.master') @php $typeArr=[1=>__('obs.branch'),2=>__('obs.warehouses'),3=>__('obs.stores')]; $routeName=[1=>'branch.store',2=>'warehouse.store',3=>'store.store']; $editRouteName=[1=>'branch.edit',2=>'warehouse.edit',3=>'store.edit']; @endphp @section('title',$typeArr[$type]) @section ('content')
| ({{__('obs.color')}}) | {{__('obs.name')}} ({{__('obs.english')}}) | {{__('obs.name')}} ({{__('obs.local')}}) | {{__('obs.address')}} ({{__('obs.english')}}) | {{__('obs.address')}} ({{__('obs.local')}}) | {{__('obs.contact')}} {{__('obs.info')}} ({{__('obs.local')}}) | {{__('obs.email')}} | {{__('obs.logo')}} | {{__('obs.status')}} | {{__('obs.action')}} |
|---|---|---|---|---|---|---|---|---|---|
| {{$branch->name_eng}} | {{$branch->name_local}} | {{$branch->address_eng}} | {{$branch->address_local}} | {{$branch->contact_info}} | {{$branch->email}} | @if($branch->logo) |
status==1) ? 'checked' : ''}} data-toggle="toggle" data-size="sm" data-onstyle="success"> |
@if(checkAuthPermission($editRouteName[$type]))
@endif
@if($branch->type == 2)
@endif
|