Home

>

APPOINTMENT

@if(session('success'))
{{ session('success') }}
@endif
@if(isset($appointment)) @foreach($appointment as $index => $list) @endforeach @endif
S.NO First Name Last Name Phone Email Street Address City State zip_code Homeowner Renter Flooring Products New flooring Promo Codes
{{$index + 1}} {{$list->first_name}} {{$list->last_name}} {{$list->phone}} {{$list->email}} {{$list->street_address}} {{$list->city}} {{$list->state}} {{$list->zip_code}} {{$list->homeowner_or_renter}} {{$list->flooring_products}} {{$list->new_flooring}} {{$list->promo_codes}}