@extends('layouts.base') @section('header') @endsection @section('body')
@include('parts.errors') @include('parts.breadcrumb') @yield('content')
@endsection