@extends('admin.layouts.app') @section('title', 'Edit Page') @section('page-title', 'Edit Page: ' . $page->title) @section('content')
@csrf @method('PUT')
is_active) ? 'checked' : '' }} class="h-4 w-4 text-blue-600">
Cancel
@endsection