@extends('layouts.admin') @section('content')

User Interests

User Interests Table
@foreach($interests as $interest) @endforeach
Sl No User Business Status Actions
{{ $loop->iteration }} {{ $interest->user->name ?? '-' }} {{ $interest->businessListing->title ?? '-' }} {{ format_interest_status($interest->status) }} Negotiations
@endsection @section('script') @endsection