@extends('Admin.Layouts.modal') @section('title') {{ trans('global.edit') }} @stop @section('body') {!! Form::open(['route' => 'admin.sensor_groups.update', 'method' => 'PUT']) !!} {!! Form::hidden('id', $item->id) !!}