@extends('customer.layouts.app') @push('styles_top') @endpush @section('content')

Dashboard

Files

{{--
Total
{{ $totalCount }}
View
@foreach ($counts as $count)
{{ $count->type }}
{{ $count->count }}
View
@endforeach
--}}
@endsection @push('scripts_bottom') @endpush