@extends('layout.default')
@section('breadcrumbs')
{{ __('staff.staff-dashboard') }}
{{ __('staff.pages') }}
{{ $page->name }}
{{ __('common.edit') }}
@endsection
@section('page', 'page__page-admin--edit')
@section('main')
{{ __('common.edit') }} {{ __('staff.page') }}: {{ $page->name }}
@endsection