{{ csrf_field() }}
@if ($errors->has('full_name')) {{ $errors->first('full_name') }} @endif
@if ($errors->has('position')) {{ $errors->first('position') }} @endif

@if($image) @endif
@push('js') @include('dashboard.inc._description_tinymce') @endpush