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

Point of sale

@csrf

1. Appointment

@foreach($appointments as $a)@endforeach

2. Add products

@foreach($products as $p)
@endforeach

Take payment

@foreach(['cash'=>'Cash','card'=>'Card terminal','mixed'=>'Mixed'] as $v=>$label)@endforeach

Payment is recorded immediately and stock is updated.

@endsection