@extends('layouts.app') @section('meta') {{$configration->app_name}}|{{trans('home.404')}} @endsection @section('content')

404

{{trans('home.page not found')}}

{{ trans('home.the_page_you_requested_is_not_found_or_losted') }}

{{ trans('home.go_home') }}
@endsection @section('script') @endsection