@extends('Frontend.Layouts.modal') @section('modal_class', 'modal-md') @section('title') {!! trans('global.edit') !!} @stop @section('body')
{!!Form::open(['route' => 'alerts.update', 'method' => 'PUT', 'class' => 'alert-form'])!!} {!!Form::hidden('id', $item->id)!!}