@extends('layouts.master') @section('meta') {{ __('message.promotion') }} - {{ strip_tags($promotion->description) }} @endsection @push('css') @endpush @section('content')
@if (!empty($promotion->embed_url))
@else promotion-thumbnail @endif

{!! $promotion->description !!}
@forelse ($promotions as $pro) @empty @endforelse
@endsection @push('scripts') @endpush