@extends('Template::layouts.app') @section('panel')
@include('Template::partials.auth_header') @include('Template::partials.breadcrumb') @yield('content') @include('Template::partials.footer') @endsection