user dashboard shows real data

This commit is contained in:
Nabeel Shahzad
2017-12-23 11:17:29 -06:00
parent c42b920903
commit eb6e624a4d
8 changed files with 96 additions and 74 deletions
@@ -1,7 +1,8 @@
@extends('layouts.default.app')
@section('title', 'not authorized')
@section('content')
<div class="container registered-page">
<h3>Unauthorized</h3>
<p>Well, this is embarrassing, you are not authorized to access or perform this function. Click <a href="{{ url()->previous() }}">here</a> to go back to the home page.</p>
</div>
@endsection
@endsection
@@ -1,4 +1,5 @@
@extends('layouts.default.app')
@section('title', 'not found')
@section('content')
<div class="container registered-page">
<h3>Page Not Found</h3>