@extends('admin.layouts.app') @section('title', isset($page) ? 'Edit Page' : 'Add Page') @section('content')
Back to Pages

{{ isset($page) ? 'Edit Page' : 'Add New Page' }}

@csrf @if (isset($page)) @method('PUT') @endif

HTML is allowed

Cancel
@endsection