@extends('layouts.pmar.theme') @section('title', env('APP_NAME') . ' :: ' . $secretaria->name) @section('content')

{{ $secretaria->pronunciation }}

{{ $secretaria->manager }}
@foreach (App\Enums\StructuresPronunciationStatusEnum::cases() as $pronunciation) @if ($pronunciation->name == $secretaria->pronunciation)

{{ $secretaria->manager }}

@endif @endforeach
{!! $secretaria->academicBackground !!}
@endsection