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