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