@extends('layouts.base')
@section('title')
{{ config('app.name') }} Backend | Dashboard
@endsection
@section('breadcrumb')
Dashboard
Statistic
@endsection
@section('customcss')
@endsection
@section('customjs')
@endsection
@section('content')
@endsection