@extends('admin.layouts.master') @section('title', __('static.pages.add')) @section('content')
@csrf @include('admin.page.fields')
@endsection