@extends('layouts.adminmaster') @section('title', 'Customer Info') @section('content')
# | Customer Name | Product Name | Mobile | Created At | POS ID | POS Name | Promo User | Bank Name | MIS Status | Remarks | Approval Date | Commission | Payment Status | Edit | Export | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $stud->id }} | {{ $stud->name }} | {{ $stud->product_name }} | {{ $stud->email }} | {{ $stud->mobile }} | {{ $stud->created_at }} | {{ $stud->pos_id }} | {{ $stud->full_name }} | @if($stud->is_promo == '1')Yes | @elseNo | @endif{{ $stud->bank_name }} | {{ $stud->mis_status }} | {{ $stud->remarks }} | {{ $stud->approval_date }} | {{ $stud->commission }} | {{ $stud->payment_status }} | Edit |