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