@extends('layouts.modal') @section('modal_id'){{ 'modal-semester' }}@overwrite @section('modal_title'){{ 'Escoge un semestre' }}@overwrite @section('modal_body') @overwrite @section('modal_submit_text'){{ 'OK' }}@overwrite @section('modal_submit') function(){document.getElementById('modal-semester-form').submit()} @overwrite