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