first commit
This commit is contained in:
9
resources/views/pages/about.blade.php
Normal file
9
resources/views/pages/about.blade.php
Normal file
@ -0,0 +1,9 @@
|
||||
@php
|
||||
$configData = Helper::appClasses();
|
||||
@endphp
|
||||
|
||||
@extends('vuexy-admin::layouts.vuexy.layoutMaster')
|
||||
|
||||
@section('content')
|
||||
hola
|
||||
@endsection
|
Reference in New Issue
Block a user