@extends('front.layout') @section('pagename') - {{ __('Listings') }} @endsection @section('meta-description', !empty($seo) ? $seo->profiles_meta_description : '') @section('meta-keywords', !empty($seo) ? $seo->profiles_meta_keywords : '') @section('breadcrumb-title') {{ __('Listings') }} @endsection @section('breadcrumb-link') {{ __('Listings') }} @endsection @section('content')
@endsection