BRAKEL FLEET MANAGEMENT

Investor Fleet Management Agreement

Contract Number: {{ $contract->contract_number }}

Date: {{ now()->format('d F Y') }}

1. PARTIES TO THE AGREEMENT

Party Details
Investor Name: {{ $investor->full_name }}
NIDA: {{ $investor->nida_number }}
Phone: {{ $investor->phone_number }}
Email: {{ $investor->email }}
Address: {{ $investor->address }}, {{ $investor->city }}
Company Name: Brakel Fleet Management Ltd
TIN: 123-456-789
Address: Dar es Salaam, Tanzania

2. VEHICLE DETAILS

Item Details
Vehicle Code {{ $vehicle->vehicle_code }}
Registration Number {{ $vehicle->registration_number }}
Vehicle Type {{ $vehicle->vehicleType->type_name }}
Purchase Price TZS {{ number_format($contract->vehicle_purchase_price, 2) }}

3. FINANCIAL TERMS

Term Amount (TZS)
Daily Driver Payment {{ number_format($contract->daily_payment_amount, 2) }}
Investor Daily Income (60%) {{ number_format($contract->daily_payment_amount * 0.6, 2) }}
Contract Duration {{ $contract->start_date->diffInDays($contract->end_date) }} days
Total Contract Value {{ number_format($contract->total_contract_value, 2) }}

4. INCOME DISTRIBUTION

The Investor shall receive 60% of the daily driver payment, subject to:

5. INVESTOR RESPONSIBILITIES

  1. Provide vehicle in good working condition
  2. Maintain valid insurance and registration
  3. Approve major repairs and maintenance
  4. Ensure vehicle GPS is installed and functional

6. COMPANY RESPONSIBILITIES

  1. Assign qualified driver to the vehicle
  2. Collect daily payments from driver
  3. Distribute income to investor within 24 hours (pending 7-day hold)
  4. Provide monthly reports on vehicle performance
  5. Handle driver management and compliance

7. CONTRACT PERIOD

Item Date
Start Date {{ $contract->start_date->format('d F Y') }}
End Date {{ $contract->end_date->format('d F Y') }}
Duration {{ $contract->start_date->diffInDays($contract->end_date) }} days ({{ round($contract->start_date->diffInMonths($contract->end_date)) }} months)

8. TERMINATION CLAUSE

This agreement may be terminated under the following conditions:

9. SIGNATURES

Investor Signature
Name: {{ $investor->full_name }}
Date: _________________
Company Representative
Name: _________________
Date: _________________