@foreach($data as $value)
| {{++$no}} |
{{date('d-m-Y', strtotime($value->gift_date))}} |
{{$value->branch->name}} |
{{$value->customer_name}}
|
{{$value->customer_phone}} |
{{$value->total_quantity}} |
{{number_format($value->total_amount, 2)}}
|
{{$value->reason}} |
 
@if(date('d-m-Y', strtotime($value->gift_date)) == $branch_active_date)
 
@endif
|
@endforeach