Laravel – Target class [PatientController] does not exist
hello i try to make a laravel project here's my form html page and my inputs are name,age, gender, birthday, address, contact, guardian and room <form action="{{ route('patients.store') }}" method="POST" enctype="multipart/form-data"> @csrf <div class="row mb-3"> <div class="col"> <input type="text" name="name"…