@extends('home') @section('content')
{!! Form::open(['method' => 'DELETE','route' => ['events.destroy', $event->eventId],'style'=>'display:inline']) !!} {!! Form::button('Delete', ['type' => 'submit','class'=>'btn btn-outline-danger ml-1']) !!} {!! Form::close() !!}
@endsection