@extends('Layouts.master')

@section('content')
    @include('Partials.Pages.create_page')
@endsection

@section('scripting')
@endsection