{{ webInfo()->website_title }}
@yield('content')
@if(Session::has('success')) @endif @if(Session::has('wrong')) @endif @if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif @stack('script')