@extends('backend.layouts_backend.master2') @section('title') Client Details @endsection @section('content') {{-- header --}}
{{-- end header --}}#Id | Product/Package | Client | Booked On | Total to Pay | Paid | Balance | Status | Action |
---|---|---|---|---|---|---|---|---|
{{ $booking->id ?? '' }} | {{ $booking->product->product_name ?? '' }} | {{ $booking->client->first_name ?? '' }} {{ $booking->client->last_name ?? '' }} {{ $booking->client->other_names ?? '' }} | {{ short_date($booking->booking_date) ?? '' }} | {{ $booking->total_amount_to_pay ?? '' }} | {{ $booking->amount_paid ?? '' }} | {{ $booking->balance ?? '' }} | {!! get_booking_status($booking->booking_status) !!} |
|
accordion 2