@extends('layouts.app') {{-- Customize layout sections --}} @section('subtitle', 'Informe Técnico') @section('content_header_title', 'Informe Técnico') @section('content_header_subtitle', 'Informe Técnico') {{-- Content body: main page content --}} @section('content_body')
{{-- Mensaje de éxito --}}
@if(session('success')) {{ session('success') }} @endif

Seleccionar Estudiante

@csrf
@stop {{-- Push extra CSS --}} @push('css') @endpush {{-- Push extra scripts --}} @push('js') @endpush