@lang('crud.edit') @lang('models/lpoins.singular')
{!! Form::model($lpoin, ['route' => ['lpoins.update', $lpoin->id], 'method' => 'patch', 'files' => true]) !!}
@include(strtolower(__('models/lpoins.plural')).'.fields')
{!! Form::close() !!}
@include('components.model_files',['model' => $lpoin ])