HR Information
@if(count($data) == 0)

HR Information

HR is not assigned to This Company
@endif @if(count($data) > 0)
{{csrf_field()}}
HR Name:
{{$data[0]->user_name}}
Company Name:
{{$data[0]->comp_id}} {{$data[0]->comp_name}}
 
 
Group HR Name:
{{$data[0]->group_hr}}
HR Email Id:
{{$data[0]->email}}
 
 
Mobile:
{{$data[0]->mobile}}
@endif