@extends('layouts.app') @section('content')
CARD MANAGEMENT: {{$discount_code}}
@foreach($records as $record) @endforeach
Invoice Numbers Order Total Cost Discount Amount Created At
{!!$record->order_total_cost!!} GH₵@convert($record->discount_amount) {{$record->created_at}}
@endsection