10 lines
141 B
PHP
10 lines
141 B
PHP
<!DOCTYPE html>
|
|
<html lang="es">
|
|
@include('layout.head')
|
|
@include('admin.layout.body')
|
|
</html>
|
|
|
|
@section('page_title')
|
|
- Admin
|
|
@endsection
|