@extends('admin.layout.master') @section('content')
@if(Session::has('success'))

{{ Session::get('success') }}

@endif @if(Session::has('errors'))

{{ Session::get('errors') }}

@endif

Third Level Category

@foreach($cat as $val) @endforeach
Level Name Parent Level
{{ $val->cat_name }} {{ $data->cat_name }} Edit Delete @include('admin.partial.subcatdetail_del_modal')
Back
@endsection