@extends('layouts.app', ['activePage' => 'dashboard', 'titlePage' => __('Dashboard')]) @section('content')
{!! $chart->container() !!}

Counted Companies by Category

{!! $membershipChart->container() !!}

Companies by Membership Type

{!! $ownershipChart->container() !!}

Companies by Ownership Type

{!! $amountChart->container() !!}

Companies by Project Amount($)

Total Documents

{{ $totalDoc }}

Total Companies

{{ $totalCompany }}

@endsection @push('js')  {!! $chart->script() !!}  {!! $amountChart->script() !!}  {!! $membershipChart->script() !!}  {!! $ownershipChart->script() !!} @endpush