@extends('layout') @section('title','User') @section('content')
| Sl.No | Lottery Name | Data | Amount | Status |
|---|---|---|---|---|
| {{$sno++}} | {{$customer_lott->lottery_name}} | {{$customer_lott->business_name}} {{$customer_lott->poc_first_name}} {{$customer_lott->poc_email}} {{$customer_lott->poc_mobile}} |
{{$ticket_total_price}} | @if($customer_lott->status == 1) Active @else In-Active @endif |