@extends('backend.admin.index') @section('body') Edit Level Back {{-- @include('layouts.message')--}} {{csrf_field()}} Choose Academic* --Choose-- @foreach($client_faculties as $faculty) faculty_id==$faculty->faculty_id) selected @endif>{{$faculty->faculty->name}} @endforeach Choose* @foreach($client_courses as $client_course) course_id==$client_course->course_id) selected @endif>{{$client_course->course->name}} @endforeach Not Found? Request new {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- Affiliation--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{----}} {{----}} {{----}} {{----}} {{----}} {{--Program Type*--}} {{----}} {{----}} {{----}} {{----}} {{--Choose--}} {{--program_type=='Full Time') selected @endif>Full Time--}} {{--program_type=='Part Time') selected @endif>Part Time--}} {{--program_type=='CORRESPONDENCE') selected @endif>Correspondence--}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{--Duration*--}} {{----}} {{----}} {{----}} {{----}} {{--@foreach($durations as $duration)--}} {{--duration_type==$duration->id) selected @endif>{{$duration->name}}--}} {{--@endforeach--}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{--Fees--}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{--Certification*--}} {{----}} {{----}} {{----}} {{----}} {{--Choose--}} {{--course_type=='Degree') selected @endif>Degree--}} {{--course_type=='Diploma') selected @endif>Diploma--}} {{--course_type=='Certification') selected @endif>Certification--}} {{----}} {{----}} {{----}} {{----}} Description {!! $editValue->description !!} {{----}} {{--Syllabus--}} {{--{!! $editValue->syllabus !!}--}} {{----}} {{----}} {{--Upload Brochure--}} {{----}} {{----}} Save {{csrf_field()}} Name* Academic* --Choose-- @foreach($faculties as $faculty) id) selected @endif>{{$faculty->name}} @endforeach Request @endsection @section('script') @endsection