@extends('admin.template.master') @section('title', $title) @section('content') @php $evtitle = ''; $evdescription = ''; $evimage = ''; if(isset($trendData)) { $evtitle = $trendData->title; $evdescription = $trendData->description; $evimage = $trendData->image; } @endphp
@stop @section('javascript') @endsection