@include('layout.header') RAV Accreditation {{--
admin

Please wait...

--}}
@include('layout.topbar')
@if(Auth::user()->role == '1' ) @include('layout.sidebar') @elseif(Auth::user()->role == '2') @include('layout.siderTp') @elseif(Auth::user()->role == '3') @include('layout.sideAss') @elseif(Auth::user()->role == '4') @include('layout.sideprof') @endif @include('layout.rightbar')
@if (count($errors) > 0)
Whoops! There were some problems with your input.

@endif
@if ($message = Session::get('success'))

{{ $message }}

@endif








@include('layout.footer')