Your IP : 216.73.216.79


Current Path : /var/www/html/bookstack/resources/views/form/
Upload File :
Current File : /var/www/html/bookstack/resources/views/form/textarea.blade.php

<textarea id="{{ $name }}" name="{{ $name }}" rows="5"
          @if($errors->has($name)) class="text-neg" @endif>@if(isset($model) || old($name)){{ old($name) ? old($name) : $model->$name}}@endif</textarea>
@if($errors->has($name))
    <div class="text-neg text-small">{{ $errors->first($name) }}</div>
@endif