|
@extends('layouts.app')
|
|
|
|
@section('content')
|
|
<div class="container-fluid">
|
|
|
|
<!-- Page Heading -->
|
|
<h1 class="h3 mb-4 text-gray-800">Dashboard</h1>
|
|
|
|
<!-- Content Row -->
|
|
<div class="row">
|
|
|
|
<!-- Content can be added here -->
|
|
|
|
</div>
|
|
<!-- End of Content Row -->
|
|
@endsection
|