@extends('layouts.cs.main') @section('main-content')
@if ($sh_approved === 1)

Success! Transaction Completed

Hi Cashier, great news! {{ $member_fname }} can now collect their order as the transaction has been approved. They're good to go!

@else

Transaction - Awaiting Approval

Hi Cashier, {{ $member_fname }}'s order is ready, but it's awaiting approval from the Store Head before they can collect it.

@endif

Create New Transaction

@endsection