@extends('backEnd.master') @section('title') @lang('front_settings.class_exam_routine_page') @endsection @push('css') @endpush @section('mainContent')
@if (userPermission('news-heading-update')) {{ Form::open([ 'class' => 'form-horizontal', 'files' => true, 'route' => 'class-exam-routine-page-update', 'method' => 'POST', 'enctype' => 'multipart/form-data', ]) }} @endif

@lang('front_settings.class_exam_routine_page')

@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@if ($errors->has('main_title')) {{ $errors->first('main_title') }} @endif
@if ($errors->has('main_description')) {{ $errors->first('main_description') }} @endif
@if ($errors->has('button_text')) {{ $errors->first('button_text') }} @endif
@if ($errors->has('button_url')) {{ $errors->first('button_url') }} @endif
@lang('front_settings.image')(1420px*450px)
@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@lang('common.image')(1420px*450px)
class_routine == 'show' ? 'checked' : '' }}>
class_routine == 'hide' ? 'checked' : '' }}>
exam_routine == 'show' ? 'checked' : '' }}>
exam_routine == 'hide' ? 'checked' : '' }}>
@php $tooltip = ''; if (userPermission('news-heading-update')) { $tooltip = ''; } else { $tooltip = 'You have no permission to add'; } @endphp
@if (Illuminate\Support\Facades\Config::get('app.app_sync')) @else @endif
{{ Form::close() }}
@endsection