@extends('pia.layouts.app') @section('title','edit Course') @section('content')

Edit {{ $course->training_name }}

Course List
@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf



@foreach($CourseMaster as $cm) @if($cm->id==$course->coursemaster_id) @endif @endforeach
training_location == 'residential' ? 'checked' : '' }} required >
training_location == 'non_residential' ? 'checked' : '' }} required >



@if($course->course_status == 22) @else

@endif

@endsection