@extends('layouts.app') @section('content')

Booking List

@if (session('status')) @endif
@php $oders = DB::table('printmoribodos')->orderBy('id','DESC')->get(); $sn = 1; @endphp @foreach ($lists as $list) @endforeach
SN Full Name Email Address Phone Num Booking Num Ankara V-Neck Shirt Round-Neck Shirt Collar-Neck Shirt Total Price
{{ $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}}
@endsection