@extends('Frontend.Layouts.modal') @section('modal_class', 'modal-lg') @section('title') {!!trans('front.command_schedule')!!} @stop @section('body') {!!Form::open(['route' => ['command_schedules.update', $command_schedule], 'method' => 'PUT'])!!} {!!Form::hidden('event', 'command')!!}