@yield("head")
@include("layouts.elements.sidebar")
@include("layouts.elements.topbar")
@if ($errors->any()) @endif @yield("content")
@yield("scripts")