@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

Trends

@include('admin.partials.flash_message')
@csrf() @if(!empty($method)) @method($method) @endif

Edit Trends

Max Size 2 MB
@if(trim($evimage)) @else @endif
@stop @section('javascript') @endsection