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

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

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