@extends('frontend.layouts.amp') @section('title', $data['show']->name . ' - ' . app_name()) @php $url = URL::current(); @endphp @push('head-area') {{-- --}} @endpush @section('content')

{{ $data['show']->name }}

@if($data['show']->image != '')
@endif
{!! $data['show']->details !!}
@endsection