{{ Form::open([ 'route' => 'dashboard.theme.update', 'method' => 'post', 'id' => 'theme_update_form', ]) }}
* Add style if you want to customize by yourself
{{ Form::close() }}