phpldapadmin/resources/views/home.blade.php

19 lines
302 B
PHP
Raw Normal View History

2020-08-20 12:33:13 +00:00
@extends('adminlte::layouts.app')
@section('htmlheader_title')
Home
@endsection
@section('page_title')
{{ $user }}
@endsection
@section('contentheader_title')
@endsection
@section('contentheader_description')
Client Home
@endsection
@section('main-content')
@dump($user)
@endsection