@yield('styles')
@if(Auth::guard('admin')->check()) @include('partial.admin-side-menu') @elseif(Auth::guard('doner')->check()) @include('partial.doner-side-menu') @endif
@yield('content')
@yield('scripts') @if(Session::has('successful_message')) @endif @if(Session::has('error_message')) @endif @if($errors->any()) @php($errs = '' ) @foreach($errors->all() as $error) @php($errs .= $error.'\r\n') @endforeach @endif