@extends('admin.masterv2') @section('styleSheet') @endsection @section('content')
Edit Page
@include('admin.includesV2.backendAlert')
@csrf
{{--
--}}
@if(isset($courses[$pageSettings->type_id]))
@endif
@if(isset($pageSettings->banner)) @endif
@if(isset($pageSettings->banner))
@endif

Form Content

@if(count($FormGroupList) > 0) @foreach($FormGroupList as $idx=>$item)
form_group) && ($pageSettings->form_group != "null") && array_search($item->id, json_decode($pageSettings->form_group,true)) !== false ? 'checked' : ''}}>
@endforeach @endif

Tab Content

@if(isset($pageSettings->tab_content)) @foreach($pageSettings->tab_content as $key=>$value)
@endforeach @else
@endif
@endsection @section('customJs') @endsection @section('documentJquery') @endsection