@extends('admin.layouts.app') @section('title', 'Detalle de Asignatura') @section('page_title', 'Detalle de Asignatura') @section('content')

Detalle de Asignatura

@if(session('status'))
{{ session('status') }}
@endif @if ($errors->any())
@endif
Detalle de Asignatura
* Requerido
@csrf

GRADOS RELACIONADOS

@forelse($grados as $g) @empty @endforelse
Nombre
{{ mb_strtoupper((string) $g->nombre) }}
Sin grados relacionados.
@if(!$isCreate) @endif Regresar
@if(!$isCreate) @endif
@endsection