@extends('backend-template') @section('content')
@include('layouts/form_errors')

Profile Settings

{!! csrf_field() !!}
@if(isAdmin()) @else

{{ $user_types->firstWhere('id', $user->user_type)->long_name ?? 'N/A' }}

@endif
{{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} @if(isAdmin()) @include('profile.card._items_access')
@endif
@stop