@extends('layouts.cork') @section('title', $title) @section('page-css') @endsection @section('breadcrumb')
@endsection @section('content')
@csrf @if ($action == 'edit') @method('PUT') @endif
@error('year_id')
{{ $errors->first('year_id') }}
@enderror
@error('provider_id')
{{ $errors->first('provider_id') }}
@enderror
@error('term')
{{ $errors->first('term') }}
@enderror
@error('student_id')
{{ $errors->first('student_id') }}
@enderror
@error('section_id')
{{ $errors->first('section_id') }}
@enderror
@include('admin.enrollments.show-hide-dual-credit') @if ($action == 'edit') @if (auth()->user()->id == 1)
@error('lms_updated')
{{ $errors->first('lms_updated') }}
@enderror
@else @endif
@error('status')
{{ $errors->first('status') }}
@enderror
@error('ps_updated')
{{ $errors->first('ps_updated') }}
@enderror
@endif
@endsection @section('page-js') @endsection