@extends('layouts.admin') @section('styles') @endsection @section('content') @php $mode = isset($mode)?$mode:"Add"; $videoBrowsecls = 'd-none'; $videourlcls = ''; @endphp

{{(isset($mode)?$mode:'') }} Learning Outcome {{((isset($data[0]['admission_code'])?' - '.$data[0]['admission_code']:''))}}

@if(isset($mode) && $mode == "Update")
@if (per_hasModuleAccess('LearningOutcome', 'View')) @endif @if (per_hasModuleAccess('Admission', 'Delete')) {{-- --}} @endif
@endif
You have some form errors. Please check below.
Your form validation is successful!

General information

@if(isset($mode) && $mode == 'Add')
@else
{{(isset($data[0]['course_full_name'])?$data[0]['course_full_name']:'---')}}
@endif
@if(isset($mode) && $mode == 'Add')
@else
{{(isset($module_name)?$module_name:'---')}}
@endif
@if(isset($mode) && $mode == 'Add')
@else
{{(isset($chapter_name)?$chapter_name:'---')}}
@endif
@if(isset($mode) && $mode == 'Add')
@else
{{(isset($data[0]['title'])?$data[0]['title']:'---')}}
@endif
@if(isset($mode) && $mode == 'Add')
@else
{{(isset($name)?ucwords($name):'---')}}
@endif
@if(isset($mode) && $mode == 'Update')
{{(isset($data[0]['created_at'])) ? date_getFormattedDateTime($data[0]['created_at']): '---'}}
{{(isset($data[0]['updated_at'])) ? date_getFormattedDateTime($data[0]['updated_at']): '---'}}
@endif

Learning Outcome Details

@if(!empty($course_plan_wise_data)) @foreach($course_plan_wise_data as $key => $course_fields) @php $index = $key+1; @endphp @endforeach @endif
Plan: {{(isset($plan_name)?$plan_name:'---')}}
# Course Name Batch
{{$index}}     {{$course_fields['course_name']}}
@endsection @section('scripts') @endsection