{{ Form::open(array('url' => $action, 'method' => $method)) }}
{{ Form::wysiwyg('history', "Sejarah (ID)", $history->description, ['required'], 200) }}
{{ Form::wysiwyg('history_en', "Sejarah (EN)", $history->value1, ['required'], 200) }}
{!! Form::selectYear("year", $year[0], $year[1], null, array_merge(['class' => 'form-control', 'placeholder' => 'Tahun', 'id'=>'year'])) !!}
{{ Form::defName('description', "Deskripsi (ID)", null, ['maxlength="500"'],false) }}
{{ Form::defName('description_en', "Deskripsi (EN)", null, ['maxlength="500"'],false) }}
@if(count($milestone) > 0) @foreach($milestone as $key => $data) @endforeach
Tahun Deskripsi (ID) Deskripsi (EN) Action
{{$data->year}} {{$data->description}} {{$data->description_en}}
@endif {{ Form::defSubmitDefault('UPDATE') }} {{ Form::close() }} @push("scripts") @endpush