@extends('layouts.admin')
@section('title', tr('edit_document'))
@section('content-header', tr('edit_document'))
@section('breadcrumb')
{{ tr('home') }}
{{ tr('documents') }}
{{ tr('edit_document') }}
@endsection
@section('content')
@include('notification.notify')
@include('admin.documents._form')
@endsection