@if(session('message'))
@endif
@if($errors->any())
@endif
@yield('content')
@yield('title')