@extends('backend.layouts.form') @section('title', __('Create Page')) @section('section', __('Settings')) @section('back', route('pages.index')) @section('content')
@csrf
@push('top_scripts') @endpush @endsection