{{ __('Audit') }}

@csrf @if(isset($auditData)) @method('PUT') @else @php $auditData = new \App\Models\AuditData(); // Create a new instance of the AuditData model @endphp @endif