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