@extends('layouts.staff.layout') @section('title') {{ $websiteLang->where('id',385)->first()->custom_text }} @endsection @section('staff-content')

{{ $websiteLang->where('id',368)->first()->custom_text }}

{{ $listing->title }} {{ $websiteLang->where('id',385)->first()->custom_text }}
@if ($listing->listingVideos->count()>0) @foreach ($listing->listingVideos as $video) @php $video_id=explode("=",$video->video_link); @endphp @endforeach
@else

{{ $websiteLang->where('id',386)->first()->custom_text }}

@endif
@csrf
@endsection