@if ($errors->any())
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
Create CMS Page
Add page details, slug and content.
@extends('layouts.app') @section('content') @php $status = old('status', 'active'); @endphp
Add page details, slug and content.