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