@extends('layouts.app') {{-- Customize layout sections --}} @section('subtitle', 'Editar asignatura') @section('content_header_title', 'Asignaturas') @section('content_header_subtitle', 'Editar asignatura') {{-- Content body: main page content --}} @section('content_body')

Asignaturas para {{ $program->name }}

@csrf @method('PUT')
@stop {{-- Push extra CSS --}} @push('css') {{-- Add here extra stylesheets --}} {{-- --}} @endpush {{-- Push extra scripts --}} @push('js') @endpush