6 lines
81 B
PHP
6 lines
81 B
PHP
@extends('admin.base')
|
|
|
|
@section('content')
|
|
<h1>Admin Panel</h1>
|
|
@endsection
|