@extends('layouts.app') @section('link') @endsection @section('style') @endsection @section('content')

{{__('texte.product_lists_arr.create.add_product_list')}}

{{ method_field('PATCH') }} {{ csrf_field() }} @permission('product_list-form-title-read')
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@endpermission
@foreach($product_list_rows as $row) @endforeach
Продукт Наш ID Клиентски ID
{{$row->name}}
@endsection