@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]}}
{{-- --}}
  • Animals
    • Birds
    • Mammals
      • Elephant
      • Mouse
    • Reptiles
  • Plants
    • Flowers
      • Rose
      • Tulip
    • Trees
@include('inventory.forms.officer_level_form') @include('inventory.forms.officer_level_edit_form') @endsection @section('script') @endsection