@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content')

{!!$data['event']['name']!!}

{!!$data['event']['detail']!!}
@endsection @section('script') @endsection