@extends('layouts.home') @section('content')
{{--

@yield('title')

--}} @include('errors.error') @yield('contentInner')
@endsection