@extends('backend.layouts.master') @section('title', __('static.page.create')) @section('content')
@csrf @include('backend.page.fields')
@endsection