@extends('header') @section('content') {!! Former::open($url)->addClass('col-md-10 col-md-offset-1 warn-on-exit task-form')->method($method)->rules(array( )) !!} @if ($task) {!! Former::populate($task) !!} @endif
{{ Utils::fromSqlDateTime($task->start_time) }}
@if ($task->duration) {{ trans('texts.duration') }}:{!! Button::primary(trans('texts.edit_details'))->withAttributes(['onclick'=>'showTimeDetails()'])->small() !!}