@extends('layouts.app')
@section('content')
<div class="alert alert-danger">Page Not Found (404)</div>
@endsection