@extends('layout.layout') @section('title') Dashboard @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('title') Dashboard @endslot @slot('li_1') Vetsoft @endslot @endcomponent
{{ $create_date }}

All Daily Consultations

{!! $consultationChart->container() !!} {!! $consultationChart->script() !!}

Stock Movement

{!! $stockChart->container() !!} {!! $stockChart->script() !!}
@endsection