@extends($theme.'frontend.layouts.master')
@section('title',__('404'))
@section('content')
{{__('Oopps! Page Not Found')}}
{{__('we can’t seem to find the page you’re looking for. Try going back to the previous page or see our Help Center for more information')}}
{{__('Go Home')}}
@endsection