@extends('frises.layouts') @section('content')
@if ($message = Session::get('success')) @endif
Modifier le stock de frises
@csrf @method("PUT")
@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