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