@extends('admin.layout.master') @php $typeArr=[1=>'Area',2=>'Route',3=>'Shop']; $routeName=[1=>'shop.store',2=>'shop.store',3=>'shop.store']; $editRouteName=[1=>'shop.edit',2=>'shop.edit',3=>'shop.edit']; @endphp @section('title',$typeArr[$type]) @section ('content')

{{$typeArr[$type]}}

{{-- Branch Tab --}}
{{$typeArr[$type]}}
{{-- @if(checkAuthPermission($routeName[$type])) --}} {{-- @endif --}}
@if($type==2) @endif @if($type==3) @endif @foreach ($shops->where('type',$type) as $shop) @if($type==2) @endif @if($type==3) @endif @endforeach
@include('inventory.forms.shop_form') @include('inventory.forms.shop_edit_form') @endsection @section('script') @endsection