@extends('layouts.app') @section('title', __('front/common.page_not_found') . ' - ' . config('app.name')) @section('body-class', 'page-error device-pc') @section('content')
{{ __('front/common.page_not_found_description') }}