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