@php /** @var \App\Models\Page $page */ @endphp @extends('www._master') @section('content') @includeFirst(['www.headers']) {{--
Error 404: ne najdemo strani.
--}}

{{__('web.not_found.title')}}

{!! __('web.not_found.text') !!}
@includeFirst(['www.footers']) @endsection