@extends('admin.layouts.admin') @section('content') @include('admin.partials.sidebar')
@include('admin.partials.top-bar')
@yield('panel')
@endsection