@extends('layouts.base') @section('header') @if (config('app.web_panel')) @endif @endsection @section('body')
@include('parts.errors') @yield('content')
@endsection