@push('style') @endpush @section('content')
@if (session('message'))
@endif @if (isset($error))
@endif
@if (auth()->user()->user_app_level() == 'Full') @endif
@if (auth()->user()->admin) @endif
@push('scripts') @endpush @endsection