@extends('layouts.default') @section('title', 'Agreements list') @section('header-links') @include('includes.headers.agreements') @endsection @section('new_button') add Create Agreement @endsection @section('content')
@foreach($list as $agreement) @endforeach @if(count($list) == 0) @endif
Title No.Of Pages Sent Count File Created On Actions
{{ ucwords($agreement->name) }} {{ $agreement->pages }} {{ $agreement->sent }} {{ \Carbon\Carbon::parse($agreement->created_at)->format(env('APP_DATE')) }} create
No Data
@stop