@extends('layouts.frontendDashboard.master') @section('title', 'Page Not Found') @php $Contents = App\Models\Contents::where('slug','4014')->first(); @endphp @push('styles') @endpush @section('hero_content') @endsection @section('content')
@if(isset($Contents['gjs-html'])) {!! $Contents['gjs-html'] !!} @else

404

@endif
@endsection