@extends('layouts.adminlayouts.app') @section('title') Edit Page - {{$appSetting->h1}} | {{$appSetting->slogan}} @endsection @push('css') @endpush @section('contents') @include('alerts.alerts')
Edit Page
@if($page->id==14) @include('admin.pages.includes.HomePage') @else
@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

@endif
@endsection @push('js') @endpush