@extends('back.layouts.main') @section('title' , 'Dashboard' ) @section('content') @include('back.dashboard.partials.cards') {{--
@include('back.dashboard.partials.line-chart')
--}}
@include('back.dashboard.partials.table')
@foreach($pie as $chart) @include('back.dashboard.partials.table2') @endforeach
@include('back.dashboard.partials.profits')
@stop @push('footer') @endpush