@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