{!! Form::open(['url' => $url]) !!}
{!! Form::customSelect('status', \Botble\Ecommerce\Enums\ShippingStatusEnum::labels(), $shipment->status) !!}
{!! Form::close() !!}