Invalid Proposal Link
This link is invalid or has been revoked.
Please contact us if you believe this is an error.
@php $company = \App\Models\Company::select(['id','name','email','phone'])->first(); @endphp
@if ($company)
{{ $company->name }}
@if ($company->email)
{{ $company->email }}
@endif
@if ($company->phone)
{{ $company->phone }}
@endif
@endif