@extends('backEnd.master') @section('title') @lang('front_settings.course_heading') @endsection @section('mainContent') @lang('front_settings.course_heading') @lang('common.dashboard') @lang('front_settings.front_settings') @lang('front_settings.course_heading') @if(userPermission('course-heading-update')) {{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'course-heading-update', 'method' => 'POST', 'enctype' => 'multipart/form-data']) }} @endif @lang('front_settings.update_course_heading_section') @lang('common.title') * @if ($errors->has('title')) {{ $errors->first('title') }} @endif @lang('common.description') * {{isset($update)? ($SmCoursePage != ''? $SmCoursePage->description:''):'' }} @if($errors->has('description')) {{ $errors->first('description') }} @endif @lang('front_settings.main_title') * @if ($errors->has('main_title')) {{ $errors->first('main_title') }} @endif @lang('front_settings.main_description') * {{isset($update)? ($SmCoursePage != ''? $SmCoursePage->main_description:''):'' }} @if($errors->has('main_description')) {{ $errors->first('main_description') }} @endif @lang('front_settings.button_text') * @if ($errors->has('button_text')) {{ $errors->first('button_text') }} @endif @lang('front_settings.button_url') * @if ($errors->has('button_url')) {{ $errors->first('button_url') }} @endif image) :trans('front_settings.image') .' *' :trans('front_settings.image') .' *' }}" readonly> {{ __('common.browse') }} @lang('front_settings.image')(1420px*450px) @php $tooltip = ""; if(userPermission('course-heading-update')){ $tooltip = ""; }else{ $tooltip = "You have no permission to add"; } @endphp @if(Illuminate\Support\Facades\Config::get('app.app_sync')) @lang('front_settings.update') @else @if(isset($update)) @lang('front_settings.update') @else @lang('front_settings.save') @endif @endif {{ Form::close() }}
{{@$SmCoursePage->description}}
{{@$SmCoursePage->main_description}}