@extends('layouts.frontend.master') @push('styles') @section('title','Press') @endpush @section('page-div-start')
@endsection @section("content")
@php $data = App\Models\Contents::where('slug',"press_text")->where('page_name','press')->get()->toArray(); $getContents = null; if(isset($data[0])) { $getContents = $data[0]; } @endphp {!! $getContents['gjs-html'] ?? 'Coming Soon' !!}

Press


@endsection @section('page-div-end')
@endsection @push('scripts') @endpush