admin login completed
This commit is contained in:
12
resources/views/admin/dashboard.blade.php
Normal file
12
resources/views/admin/dashboard.blade.php
Normal file
@@ -0,0 +1,12 @@
|
||||
@extends('admin.layouts.app')
|
||||
|
||||
@section('page-title', 'Dashboard')
|
||||
|
||||
@section('content')
|
||||
<div class="card shadow-sm">
|
||||
<div class="card-body">
|
||||
<h4>Welcome to the Admin Dashboard</h4>
|
||||
<p>Here you can manage all system modules.</p>
|
||||
</div>
|
||||
</div>
|
||||
@endsection
|
||||
Reference in New Issue
Block a user