@extends('layouts.adminlayouts.app') @section('title') New Page - {{$appSetting->h1}} | {{$appSetting->slogan}} @endsection @push('css') @endpush @section('contents') @include('alerts.alerts')
Page Create
@csrf
@if ($errors->has('page_title'))

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

@endif
@if ($errors->has('content'))

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

@endif
@if ($errors->has('seo_title'))

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

@endif
@if ($errors->has('seo_desc'))

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

@endif
@if ($errors->has('seo_keyword'))

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

@endif

@endsection @push('js') @endpush