@extends('layouts.default') @section('title', 'Agreement returns list') @section('header-links') @include('includes.headers.agreements') @endsection @section('new_button') add Create New Agreement @endsection @section('content')
@foreach($list as $agreement) @endforeach @if (count($list) == 0) @endif
Consultant Agreement File System IP Sent On
{{ ucwords($agreement->consultant->name) }} download {{ $agreement->login_ip }} {{ isset($agreement->created_at)?date('d-M-Y', strtotime($agreement->created_at)):'--' }}
No Data
@stop