@extends('components.layouts.admin.admin-layout') @section('title', 'Create Page') @section('heading', 'New Page') @section('contents') @livewire('admin.create-page') @endsection