11 lines
150 B
PHP
11 lines
150 B
PHP
|
@extends("admin.layout.base")
|
||
|
@extends("admin.layout.header")
|
||
|
|
||
|
@section("title")
|
||
|
Home - Admin Panel
|
||
|
@endsection
|
||
|
|
||
|
@section("content")
|
||
|
|
||
|
@endsection
|