@extends('layouts.app') @section('page-title', __('New Document Acknowledgement')) @section('page-heading', __('New Document Acknowledgement')) @section('breadcrumbs') @stop @section('content') @include('partials.messages')
@csrf
@stop @section('scripts') @stop