@section('content')

Offerings> Subscription agreement

"{{ $offering->name }}" Offering - Subscription agreement

@if($agreement) @foreach($agreement as $row) @endforeach @else @endif
ID Title Created Actions
{{ $row->agreement_id}} {{ $row->title }} {{ date('M d, Y, g:ia',strtotime($row->created_at)) }} {{ Form::open(array('route' => array('admin.offerings.'.$offering->offering_id.'.subscription-agreement.destroy', $row->agreement_id), 'method' => 'DELETE')) }} {{ Form::close() }}
No signatures yet.
{{ $agreement->appends(array('query' => Input::get('query')))->links() }} @endsection