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

Create Page

Back
@include('admin.pages._form')
@endsection