@extends('layouts.master') @section('title') Account Discount @endsection @section('content.header.title') Account Discount @endsection @section('content.header.info') Manage discount data here. @endsection @section('css') @endsection @section('content')
@foreach($discounts as $discount) @method('PUT') @csrf @endforeach @method('PUT') @csrf
Account Name Discount Code Discount Amount Expires
$
$
@endsection('content') @section('javascript') @endsection