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