@extends("admin.template.layout") @section('header') @endsection @section('content')
# | Venue | Check in | Check out | Time Spent | Status | Action |
---|
ID | Venue | Receivers | Sender Name | Amount | Commission | Code | Created At | Action |
---|---|---|---|---|---|---|---|---|
{{ $gift->id }} | {{ $gift->venue->name }} | {{ $gift->receiver->name }} | {{ $gift->sender->name }} | {{ number_format($gift->amount_paid) . ' AED' }} | {{number_format($gift->commission) . ' AED'}} | {{ $gift->code ?? '1111'}} | {{ $gift->created_at }} | |
No gifts found |