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

Programas para {{ $university->name }}

@csrf @method('PUT')
@error('name')
{{ $message }}
@enderror
@error('codigo')
{{ $message }}
@enderror
Volver
@stop {{-- Push extra CSS --}} @push('css') {{-- Add here extra stylesheets --}} {{-- --}} @endpush {{-- Push extra scripts --}} @push('js') @endpush