project-ta/.history/resources/views/home.blade_20250819091149.php

17 lines
303 B
PHP

@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