@extends('front.layouts.master') @section('title', $show_ad->title) @section( 'meta_description', \Illuminate\Support\Str::limit( trim(preg_replace('/\s+/', ' ', strip_tags($show_ad->description))), 155 ) ) @section('content')
@endsection