@extends('layouts.master' ,['page_title' => 'Dashboard']) @push('page-css') @endpush @section('content')

Dashboard

{{ count($rentalcompanies);}}

RENTAL COMPANIES

{{ count($insurancecompanies);}}

INSURANCE COMPANIES

{{ count($vehicles);}}

VEHICLES

{{count($assignVehicles);}}

ASSIGNED VEHICLES

@endsection