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

{{__('texte.price_lists_arr.create.add_price_list')}}

{{ 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
@foreach ($storages as $storage)
@endforeach
@endsection