@extends('admin.layouts.app') @section('title', $pageTitle) @section('header') @include('adm.partials.header') @endsection @section('sidebar') @include('adm.partials.sidebar') @endsection @section('pagetitle') @include('adm.categories.partials.pagetitle') @endsection @section('dashboard') @include('adm.categories.partials.view') @endsection @section('footer') @include('adm.partials.footer') @endsection