@extends('layouts.app') @section('content') @include('includes.header') @include('includes.inner_page_title', ['page_title'=>__('Page Not Found')])
{{__('Sorry, the page you are looking for could not be found')}}