@extends('front.layout') @section('breadcrumb-title') {{__('Page Not Found')}} @endsection @section('breadcrumb-link') {{__('404')}} @endsection @section('content')

{{__("You're lost")}}...

{{__("The page you are looking for might have been moved, renamed, or might never existed.")}}

{{__("Back Home")}}
@endsection