@extends('layout.default')
@section('title')
Articles - {{ __('staff.staff-dashboard') }} - {{ config('other.title') }}
@endsection
@section('breadcrumbs')
{{ __('staff.staff-dashboard') }}
{{ __('staff.articles') }}
{{ $article->title }}
{{ __('common.edit') }}
@endsection
@section('page', 'page__article--edit')
@section('main')
{{ __('common.edit') }} {{ __('common.article') }}: {{ $article->title }}
@endsection