@extends('Layouts.adminLayout') @section('content') @include('Admin.Stats.header') @include('Admin.Stats.' . $view) @endsection