@extends('layouts.portal.principal') @section('css_custom') @endsection @section('scripts_content') @endsection @section('content')
@include('includes/mensaje') @include('includes/form-error')

Departamentos

2025-03-13 03:03
@can('unidad-create') @endcan
@foreach ($medicalUnit as $key => $unit) @endforeach
# Código Nombre departamento Acciones
{{ $key+1 }} {{ $unit->code }} {{ $unit->name }} @can('unidad-edit') @endcan
@endsection