@extends('layouts.app') @section('content')
| SN | Full Name | Email Address | Phone Num | Booking Num | Ankara | V-Neck Shirt | Round-Neck Shirt | Collar-Neck Shirt | Total Price | @foreach ($lists as $list)
|---|---|---|---|---|---|---|---|---|---|
| {{ $sn++}} | {{ $list->full_name}} | {{ $list->email}} | {{ $list->contact_number}} | {{ $list->booking_number}} | {{ $list->ankara}} | {{ $list->first_polo_shirt}} | {{ $list->second_polo_shirt}} | {{ $list->third_polo_shirt}} | {{ $list->total_price}} |