@extends('frises.layouts') @section('content')
@if ($message = Session::get('success')) @endif
Renseigner le stock de frises pour une date
@csrf
@if ($errors->has('date')) {{ $errors->first('date') }} @endif
@if ($errors->has('type')) {{ $errors->first('type') }} @endif
@if ($errors->has('vert')) {{ $errors->first('vert') }} @endif
@if ($errors->has('sechoir')) {{ $errors->first('sechoir') }} @endif
@if ($errors->has('morteAvant')) {{ $errors->first('morteAvant') }} @endif
@if ($errors->has('morteApres')) {{ $errors->first('morteApres') }} @endif
@endsection