@extends('layouts.app') @section('css') @endsection @section('content')

Autoridades

Autoridad:

{{ $authority->authority }}

ID Nro.

#{{ $authority->id }}

Cargo:

{{ $authority->position->detail }}

Categoría:

{{ $authority->category->detail }}

Estado:

{{ $authority->is_active ? 'Activo' : 'Inactivo' }}
@endsection @section('script') @endsection