admin test dashboard

This commit is contained in:
2020-04-03 02:12:47 -05:00
parent fa8775e440
commit 2b5f89b239
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
@extends('layouts.b4') @extends('layouts.admin.b4')
@section('content') @section('content')
<div class="container"> <div class="container">
<div class="card"> <div class="card">

View File

@@ -1,7 +1,7 @@
@extends('layouts.b4') @extends('layouts.admin.b4')
@section('content') @section('content')
<div class="container col-md-12"> <div class="container">
<!-- Put form header here for the form in the table --> <!-- Put form header here for the form in the table -->
<table class="table table-striped"> <table class="table table-striped">
<thead> <thead>

View File

@@ -1,4 +1,4 @@
@extends('layouts.b4') @extends('layouts.admin.b4')
@section('content') @section('content')
<div class="container"> <div class="container">
<h2>Update Existing Moon</h2> <h2>Update Existing Moon</h2>