@extends('layouts.md-admin') @section('title', trans('cruds.areaOfExpertise.title')) @section('content')
{{ trans('cruds.areaOfExpertise.fields.id') }} | {{ $areaOfExpertise->id }} |
---|---|
{{ trans('cruds.areaOfExpertise.fields.name') }} | {{ $areaOfExpertise->name }} |