@extends('theme::layouts.app') @section('content')
@include('theme::partials.navbar')
@include('theme::dashboard.partials.' . $section)
@endsection