{!! Form::model($freight_option, ['method' => 'PUT', 'route' => ['admin.freight.options.update', $freight_option->id]]) !!}
{{ $errors->first('name') }}
{{ $errors->first('price') }}