@section('page_name') Manage renewals @stop @section('breadcrumbs') Renewals List Renewals @stop @section('scripts') @stop @section('stylesheets') @stop @section('content')
Filters
@if (Input::has('product') || Input::has('category')) @endif
Product
Product Category
@if (!Input::has('product') && !Input::has('category')) Renewals due within 1 {{ (Input::has('week')) ? 'week' : (Input::has('year') ? 'year' : 'month') }} @else All renewals matching filter @endif @if(!Input::has('week')) @endif @if(Input::has('week') || Input::has('year')) @endif @if(!Input::has('year')) @endif
@foreach($renewals as $renewal) @endforeach
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!

@stop