@extends('admin.layout.master') @php $typeArr = [4 => 'CM', 5 => 'REGIONAL', 6 => 'ZONE']; $routeName = [4 => 'shop.store', 5 => 'shop.store', 6 => 'shop.store']; $editRouteName = [4 => 'shop.edit', 5 => 'shop.edit', 6 => 'shop.edit']; @endphp @section('title', $typeArr[$type]) @section('content')

{{ $typeArr[$type] }}

{{-- Branch Tab --}}
{{ $typeArr[$type] }}
{{-- @if (checkAuthPermission($routeName[$type])) --}} {{-- @endif --}}
@if ($type == 5) @endif @if ($type == 6) @if (active_user() == 1) @endif @endif @if ($type == 6) @endif @foreach ($shops->where('type', $type) as $shop) @if ($type == 5) @endif @if ($type == 6) @if (active_user() == 1) @endif @endif @if ($type == 6) @endif @endforeach
@include('inventory.forms.officer_level_form') @include('inventory.forms.officer_level_edit_form') @include('admin.global.loader') @endsection @section('script') @endsection