Initial login working
This commit is contained in:
18
resources/views/home.blade.php
Normal file
18
resources/views/home.blade.php
Normal file
@@ -0,0 +1,18 @@
|
||||
@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
|
Reference in New Issue
Block a user