@extends('admin.layouts.home') @section('title', 'Edit Page') @section('content')

Edit Page

View Page Back to Pages
Page Information
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif {{-- {{dd($page)}} --}}
@csrf @method('PUT')
{{--
--}}
{{--
--}}
Status
active) ? 'checked' : '' }}>
Enable to make this page visible to users.
is_featured) ? 'checked' : '' }}>
Enable to feature this page on the homepage and other prominent locations.
Cover Photo
@if($page->cover_photo)
{{ $page->name }}

Current cover photo

@endif
Recommended size: 1200x300 pixels. Max file size: 2MB.
Page Information

Created: {{ $page->created_at->format('M d, Y H:i') }}

Last Updated: {{ $page->updated_at->format('M d, Y H:i') }}

@if($page->creator)

Created By: {{ $page->creator->name }}

@endif
Cancel
@endsection @section('scripts') @endsection