@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')
    {{ tr('edit_document') }} {{ tr('view_documents') }}
    @include('admin.documents._form')
    @endsection