Applicant
List
                        @include('success.success')
                        @include('errors.error')
                                
                                    
                                        
                                            
                                            
                                        
                                            
                                            
                                        
                                    
                                
   
            
                - Full Name: {{$applicants->name}}
 - Email: {{$applicants->email}}
 - Phone: {{$applicants->phone}}
 - State: {{config('custom.states')[$applicants->state]}}
 
- 
                                                    Sevices:
                                                    
                                                        @foreach($applicants->applicant_service as $service)
                                                            {{App\Models\Service::find($service->service_id)->name}}
@endforeach - Message: {{$applicants->message}}
 - 
                                                    Resume: 
                                                    
                                                    
                                                    
View Resume