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

{{--
All Orders
--}}
@if ( session()->has('message') )
Well done! {{ session('message') }}
@endif
@if(isset($data)) @foreach($data as $order)
Warning: Undefined variable $order in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/admin/weight/seller_commission.blade.php on line 84

Warning: Attempt to read property "total_price" on null in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/admin/weight/seller_commission.blade.php on line 84

Warning: Undefined variable $order in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/admin/weight/seller_commission.blade.php on line 84

Warning: Attempt to read property "total_price" on null in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/admin/weight/seller_commission.blade.php on line 84
@endforeach @endif
ID Name Email Selling Price Commission paid Amount To Pay Action
{{$order->id}} {{$order->user->first_name}} {{$order->user->last_name}} {{$order->user->email}} £{{number_format($order->total_price, 2)}} £{{ number_format($total_commission, 2)}} View Profile View Order
ID Name Email Total Amount Payment Type Status Action Orders Action
@endsection @section('scripts') @endsection