@extends('Frontend.Layouts.modal') @section('title') {{ trans('front.device_configuration') }} @stop @section('body') {!!Form::open(['id' => 'device_config_form','route' => 'device_config.configure', 'method' => 'POST'])!!} @include('Frontend.DeviceConfig.form') {!!Form::close()!!} @stop @section('buttons') @stop