@extends('layouts.start') @section('title') 404 Page @endsection @section('css') {{-- Css Files here --}} @endsection @section('content')
404!
Page Not Found
The page you were looking for could not be found. Back To Homepage
@endsection @section('js') {{-- Js Files here --}} @endsection