@extends('layouts.app') @section('title', 'Page introuvable') @push('css') @endpush @section('content')

{{ __('general.404_title') }}

404

{{ __('general.404_subtitle') }}

{{ __('general.404_description') }}

@endsection