{{ ucwords($title) }}

@if(Session::has('success'))
× Hurray! {{ Session::get('success') }}.
@endif
@foreach($agreements as $agreement) @endforeach
Title No.Of Pages Sent Count File Created On Actions
{{ ucwords($agreement->agreement_name) }} {{ $agreement->pages }} {{ $agreement->sent_count }} {{ date('M-d-Y', strtotime($agreement->created_at)) }}