@section('page_name') Manage renewals @stop @section('breadcrumbs') Renewals List Renewals @stop @section('scripts') @stop @section('stylesheets') @stop @section('content')
Customer | Product | Start date | Notes | Next renewal | Frequency | Renewed | ||
---|---|---|---|---|---|---|---|---|
{{ $renewal->getCustomer->getCustomerName() }} | {{ $renewal->getProduct->name }} | {{ $renewal->startDate }} | {{ $renewal->notes }} | {{ $renewal->nextRenewalDate }} | {{ $renewal->renewalFreq }} {{ ($renewal->renewalFreq == 1) ? 'Month' : 'Months' }} | {{ $renewal->renewalCount }} | ||
Here you can edit the notes for your selected invoice. Don't forget to click save! |