{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{ $page_title }} @endsection {{-- Content --}} @section('content')
@include('backend.alerts')
@foreach ($tcData as $i => $catData)

{{ $catData->category_name }}


@endforeach
@endsection {{-- Scripts Section --}} @section('scripts') {!! $html->scripts() !!} @endsection