Add CSRF token meta tag for enhanced security and update form labels in careers index view to indicate required fields.

This commit is contained in:
2025-07-29 11:30:14 +05:00
parent f9f08c7adf
commit a627c85416
2 changed files with 6 additions and 4 deletions

View File

@@ -4,3 +4,4 @@
<meta name="keywords" content="{{ $settings->tagline }}">
<meta name="author" content="Webulgam">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="csrf-token" content="{{ csrf_token() }}">