@extends('layouts.page') @section('title', 'Issues') @section('content') @php $pageName = 'Issues | Post'; // Set the dynamic page name @endphp
@csrf
1000 words remaining
{{-- Show general error for the attachment field --}} @error('attachment')
{{ $message }}
@enderror {{-- Show specific errors for each file --}} @if ($errors->has('attachment.*')) @foreach ($errors->get('attachment.*') as $messages) @foreach ($messages as $message)
{{ $message }}
@endforeach @endforeach @endif {{-- Error message container for JavaScript --}}
@if ($softwareList->isNotEmpty()) @endif @if ($hardwareList->isNotEmpty()) @endif
@include('layouts.preloader')
@endsection @push('scripts') @endpush