@extends('layouts.app') @section('title', 'Panel Admin') @section('page_header', 'Dashboard Admin') @section('sidebar') @endsection @section('content') @yield('admin-content') @endsection