@extends('Frontend.Layouts.modal') @section('title') {!!trans('front.send_command')!!} @stop @section('body') {!!Form::open(['route' => 'send_command.store', 'method' => 'POST'])!!} {!!Form::hidden('id')!!}
@include('Frontend.SendCommand.partials.gprs_form')
@include('Frontend.SendCommand.partials.sms_form')
@include('Frontend.SendCommand.schedule.table')
{!!Form::close()!!} @stop @section('buttons') @stop