@extends('layouts.admin') @section('title', 'New sale | Mintavia Admin') @section('content')

Coupon Bill Add Screen

@csrf
@foreach ($accounts as $account) @endforeach

@foreach ($brand as $brands) @endforeach
Brand Coupon Qty Coupon Amount Total Amount Action
Total 0 0.00 0.00
Close
@endsection @section('js') @endsection