@extends('layouts.app') @section('page-title', __('Create Compliance Document')) @section('page-heading', __('Create Compliance Document')) @section('breadcrumbs') @stop @section('content') @include('partials.messages')
@csrf
@lang('Cancel')
@stop