@extends('frontend.layouts.template') @section('content')
{!! objectName( @$data->detail ) !!}
@endsection @section('modals') @include('frontend.home.inc-popup') @endsection @section('javascript') @php $pp = popup_promotion(); @endphp @if( $pp ) @endif @endsection