@extends('admin.master') @section('styleSheet')
@endsection @section('content')
Dashboard
Event Page
Update Event
Update Event
@csrf
Image:
*
Select image
Change
Remove
Current Image
Title:
*
Page Name:
*
@foreach($pages as $page)
page_id == $page->page_id ? 'selected' : ''}}>{{$page->menu_title}}
@endforeach
Schedule:
*
Month:
*
month == 'January' ? 'selected' : ''}}>January
month == 'February' ? 'selected' : ''}}>February
month == 'March' ? 'selected' : ''}}>March
month == 'April' ? 'selected' : ''}}>April
month == 'May' ? 'selected' : ''}}>May
month == 'June' ? 'selected' : ''}}>June
month == 'July' ? 'selected' : ''}}>July
month == 'August' ? 'selected' : ''}}>August
month == 'September' ? 'selected' : ''}}>September
month == 'October' ? 'selected' : ''}}>October
month == 'November' ? 'selected' : ''}}>November
month == 'December' ? 'selected' : ''}}>December
Year:
*
Duration:
*
Fee:
Author:
*
Short Description:
*
{{$event->shortDescription}}
Status:
*
status == 'Y' ? 'selected' : ''}}>Show
status == 'N' ? 'selected' : ''}}>Inactive
aboutShow == 'Y' ? 'checked' : ''}} data-checkbox="icheckbox_flat-grey" name="aboutShow" value="Y"> About
{{$event->about}}
pedagogyShow == 'Y' ? 'checked' : ''}} data-checkbox="icheckbox_flat-grey" name="pedagogyShow" value="Y"> Pedagogy
{{$event->pedagogy}}
courseStructureShow == 'Y' ? 'checked' : ''}} data-checkbox="icheckbox_flat-grey" name="courseStructureShow" value="Y"> Event Structure
{{$event->courseStructure}}
teachingMethodsShow == 'Y' ? 'checked' : ''}} data-checkbox="icheckbox_flat-grey" name="teachingMethodsShow" value="Y"> Teaching Methods
{{$event->teachingMethods}}
downloadShow == 'Y' ? 'checked' : ''}} data-checkbox="icheckbox_flat-grey" name="downloadShow" value="Y"> Download
{{$event->download}}
Save
@endsection @section('customJs') @endsection @section('documentJquery') ComponentsFormTools.init(); @endsection