{{-- Show PDF

PDF Viewer

--}} @extends('layouts/contentNavbarLayout') @section('title', 'Commission - Commisiion History') @section('page-style') @endsection @section('content')

Commission Agreement

Commission Agreement
{{-- @dd($fileUrl) --}}
@if (isset($customerAgreement)) @if ($customerAgreement->is_approved === 0)
The signed agreement has been uploaded. Your request is waiting for approval.
@elseif ($customerAgreement->is_approved === 1)
Your signed agreement has been approved.
@endif @else
@csrf
@endif
@endsection