@extends('layouts.posmaster') @section('title', 'Customer Info') @section('content')
# | Customer Name | Product Name | Mobile | Created At | POS ID | POS Name | Promo User | ||
---|---|---|---|---|---|---|---|---|---|
{{ $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