@extends('layouts.md-admin') @section('title', trans('cruds.areaOfExpertise.title')) @section('content')
{{ trans('global.create') }} {{ trans('cruds.areaOfExpertise.title_singular') }}
@csrf
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif {{ trans('cruds.areaOfExpertise.fields.name_helper') }}
@endsection