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

{{__('texte.price_lists_arr.edit.edit_price_list')}}

{{ method_field('PATCH') }} {{ csrf_field() }}
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@if ($errors->has('date_to')) {{ $errors->first('date_to') }} @endif
@if ($errors->has('condition')) {{ $errors->first('condition') }} @endif
@if ($errors->has('period')) {{ $errors->first('period') }} @endif
@if ($errors->has('active')) {{ $errors->first('active') }} @endif
@foreach ($storages as $storage)
@endforeach
@endsection