@extends('layouts.frontend.master') @section('title', 'Page Not Found') @push('styles') @endpush @section('hero_content') @endsection @section('content') {{-- @if (str_contains($pagesContent->slug, 'vision')) --}}
{!! App\Models\Contents::where('slug',404)->first()->description?? '404' !!}
@endsection