@extends('layouts.app') @section('content')
{!! pll__('404') !!} {{ pll__('Error') }}

{{ pll__('Oops!') }}

{!! pll__('Page not found') !!}

{!! pll__("We're sorry, but the URL you have requested is not available.") !!}

{{ pll__("This means you've clicked a bad link or entered an invalid URL in your browser. You can find what you need in our Home or contact us if you have any questions.") }}

R# @php echo $_SERVER['REQUEST_TIME'] @endphp {{ pll__('Requested') }} @php echo $_SERVER['REQUEST_URI'] @endphp on @php echo date('d/m/Y h:i:s A',$_SERVER['REQUEST_TIME']);@endphp
@endsection