@extends('dashboard.layouts.master') @section('content') @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Edit @csrf {{ method_field('patch') }} Title Description {{ $event->description }} @if($event->image)@endif @if($event->thumbnail)@endif Date Time URL Display Button has_url == 1) selected @endif value="1">Yes has_url == 0) selected @endif value="0">No @endsection @section('addJavascript') @endsection