@extends('master.layout.dashboard') @section('title', 'All Buyer Sellers') @section('content')

All Buyer Sellers


@foreach($buyer as $buyers) @endforeach
# Name Mobile Email Action
{{ $loop->iteration }} {{ $buyers->name}} {{$buyers->mobile}} {{$buyers->email}}
@endsection @section('javascript') @endsection