@extends('dashboard.parent') @section('title', __('pages.page')) @section('page_name', __('pages.edit') . ' ' . $page->{localizedField('name')}) @section('css') @endsection @section('bread_crumb') @endsection @section('actions') @endsection @section('content')
{{-- form --}} @include('dashboard.page._form', ['page' => $page, 'function' => 'update']) {{-- end form --}}
@endsection @section('js') @endsection