@extends('admin.layouts.app') @section('section')

Contract List

{{-- --}} @foreach($estimationContracts as $contract) @if($contract->contract !== null) @if($contract->user_id === null) @else @endif {{-- --}} @endif @endforeach
Estimation.Id User Name User Email ContractAction
{{$contract->id ?? ''}}{{$contract->first_name ?? ''}} {{$contract->email ?? ''}}{{$contract->user->name ?? ''}} {{$contract->user->email ?? ''}} Download Contract--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
{{-- --}}
@endsection @section('script') @endsection