{{ __('Edit History') }}

{{ Form::model($history, ['action' => ['Admin\HistoryController@update', $history->id], 'method' => 'patch', 'class' => 'form-horizontal', 'files' => true]) }}
{!! Form::selectYear('year', 2000, 2050) !!}
{{ Form::textarea('description', null, ['class' => 'form-control']) }}
{{ Form::close() }}