@extends('layouts.master') @section('title',__('Create Custom Page')) @section('breadcum')
{{ $error}}
@endforeach{{__('Please Enter Custom Page Description')}}
{!! Form::textarea('detail', null, ['id' => '','autocomplete'=>'off', 'class' => 'form-control ckeditor', 'required']) !!} {{ $errors->first('detail') }}