@extends('layouts.adminapp') @section('content')
@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ csrf_field() }}

View Information

@if($user->accesslevel == 2)

ACADEMIC PROFILE For titles and signatories

@endif
@stop