@extends('layouts.seller_panel') @section('content')
@foreach($requests as $data) @if($data->new_requests) @else @endif @endforeach
Buyer Name Total Requests Pending Requests Details Action
{{ $data->buyer_name }} {{ $data->total_requests }} {{ $data->new_requests }} VIEW ALLOW ALL
@endsection