15 lines
220 B
PHP
15 lines
220 B
PHP
|
@extends("admin.layout.base")
|
||
|
@extends("admin.layout.header")
|
||
|
|
||
|
@section("title")
|
||
|
Home - Logud
|
||
|
@endsection
|
||
|
|
||
|
@section("path")
|
||
|
<a href="" class="text-white">Logud</a> /
|
||
|
@endsection
|
||
|
|
||
|
@section("content")
|
||
|
|
||
|
@endsection
|