@if(session()->has('message'))
@endif
@if(session()->has('error'))
@endif
{{ trans('labels.Successlabel') }}
{{ session()->get('message') }}{{ trans('labels.WarningLabel') }}
{{ session()->get('error') }}
{!! Form::open(array('url' => route('stb-models.update', $result['data']->id), 'method'=>'post', 'class' => 'form-horizontal', 'id' => 'addSTBModel', 'enctype'=>'multipart/form-data')) !!}
@method('put')
{!! Form::close() !!}
{!! Form::text('name', $result['data']->name, array('class'=>'form-control', 'id'=>'name', 'required'=>'required')) !!}