@yield('styles')
@include('partial.admin-side-menu')
@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