{!! Form::text('nama', null, ['class' => 'form-control']) !!} @if ($errors->has('nama')) {{$errors->first('nama')}} @endif
{{-- text editor --}}
{!! Form::textarea('keterangan', null, ['class' => 'form-control','id'=>'summernote']) !!} @if ($errors->has('keterangan')) {{$errors->first('keterangan')}} @endif
@section('scripts') @endsection @section('style') @endsection