@extends('layouts.admin-portal') @section('page-title') Customer Contracts @endsection @section('content')
| # | Customer Name | Phone | Contract Signed Date | Contract | {{--Action | --}} @forelse ($contracts as $item)||
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{--{{ $item["customers"]->first_name.' '.$item["customers"]->last_name}} | --}}{{ $item->client_name ?? "" }} | {{ $item["customers"]->email }} | {{ $item["customers"]->phone }} | {{ date('d-m-Y',strtotime($item->client_date))}} | View Contract | {{----}} |