Page Name *
@if ($errors->has('page_name'))

{{ $errors->first('page_name') }}

@endif
Status *
@if ($errors->has('status'))

{{ $errors->first('status') }}

@endif
Title
@if ($errors->has('title'))

{{ $errors->first('title') }}

@endif
Meta Description
@if ($errors->has('meta_description'))

{{ $errors->first('meta_description') }}

@endif
Content * @if ($errors->has('page_content'))

{{ $errors->first('page_content') }}

@endif