@extends('backEnd.master') @section('title') @lang('front_settings.update_course_details_heading_section') @endsection @section('mainContent')
{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'course-details-heading-update', 'method' => 'POST', 'enctype' => 'multipart/form-data']) }}

@lang('front_settings.update_course_details_heading')

@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if($errors->has('description')) {{ $errors->first('description') }} @endif
@if ($errors->has('button_text')) {{ $errors->first('button_text') }} @endif
@if ($errors->has('button_url')) {{ $errors->first('button_url') }} @endif
image) :trans('front_settings.image') .' *' :trans('front_settings.image') .' *' }}" readonly>
@lang('front_settings.image')(1420px*450px) @php $tooltip = ""; @endphp
{{ Form::close() }}
@endsection