@extends('layouts.admin.master') @section('styles') @endsection @section('body-content')

All Seller
@if ( session()->has('message') )
Well done! {{ session('message') }}
@elseif(session()->has('error'))
Oh snap! {{ session('error') }}
@endif @if(isset($data)) @foreach($data as $user) @if($user->flags == 1) @else @endif @endforeach @endif
ID Seller Name Total Stock Product Remaining Stock Sold Stock Pay to Seller Earning Permission Status Action
{{ ++$count}} {{$user->user->first_name}}   {{$user->user->last_name}} {{$user->vendor_quantity}} {{$user->product->product_name}} {{$user->vendor_stock->quantity}}
Warning: Undefined variable $user in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/admin/users/seller-sells.blade.php on line 93

Warning: Attempt to read property "vendor_quantity" on null in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/admin/users/seller-sells.blade.php on line 93
${{$user->price}} $
Warning: Undefined variable $user in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/admin/users/seller-sells.blade.php on line 101

Warning: Attempt to read property "vendor_quantity" on null in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/admin/users/seller-sells.blade.php on line 101

Warning: Undefined variable $user in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/admin/users/seller-sells.blade.php on line 101

Warning: Attempt to read property "product" on null in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/admin/users/seller-sells.blade.php on line 101

Warning: Attempt to read property "regular_price" on null in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/admin/users/seller-sells.blade.php on line 101

Warning: Undefined variable $user in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/admin/users/seller-sells.blade.php on line 101

Warning: Attempt to read property "price" on null in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/admin/users/seller-sells.blade.php on line 101
0
{{App\Models\User::STATUS_ACTIVE}}{{App\Models\User::STATUS_NOT_ACTIVE}}Pay Delete
ID Seller Name Total Stock Product Remaining Stock Sold Stock Pay to Seller Earning Permission Status Action
@endsection @section('scripts') @endsection