@extends('errors.layout')
@section('title','Page Not Found')
@section('content')
Oops!
We can't find that page.
{{-- @if (auth()->user()->hasRole('ROLE_ADMIN'))
Return Home
@elseif (auth()->user()->hasRole('ROLE_TEACHER'))
Return Home
@else
Return Home
@endif --}}