Your awesome text goes here.
{!!Form::horizontal_open()
->id('edit-work_order-work_order')
->method('PUT')
->files('true')
->action(trans_url('user/work_order') .'/'.$work_order->getRouteKey())!!}
@include('work_order::user.work_order.partial.entry')
{!! Form::close() !!}