@extends('layouts.dashboard') @section('title-content')
@lang('app.intro-text')
{!! Form::model($program_course, [ 'method' => 'PATCH', 'route' => ['program-courses.update', $srs->encode($program_course->id)], ]) !!} {!! Form::hidden('program_id', $program_id) !!} {!! Form::hidden('year', $yr) !!}