@extends('layouts.master' ,['page_title' => 'Dashboard'])
@push('page-css')
@endpush
@section('content')
{{ count($rentalcompanies);}}
RENTAL COMPANIES
{{ count($insurancecompanies);}}
INSURANCE COMPANIES
{{ count($vehicles);}}
VEHICLES
{{count($assignVehicles);}}
ASSIGNED VEHICLES
@endsection