@forelse($pros as $pro) @empty @endforelse
PRO Details Contact Info Status Actions
@if($pro->profile_pic) @else
@endif
{{ $pro->full_name }}
{{ $pro->gender ?? 'Not Specified' }}
{{ $pro->mobile_number }}
@if($pro->address)
{{ $pro->address }}
@endif
@csrf
@csrf @method('DELETE')

No PROs Found

@if(request('search'))

Try adjusting your search for "{{ request('search') }}"

@endif
@if($pros->hasPages())
{{ $pros->links() }}
@endif