Form Perpustakaan
Informasi Kegiatan
@if ($errors->has('event'))
{{ $errors->first('event') }}
@endif
@if ($errors->has('address'))
{{ $errors->first('address') }}
@endif
@if ($errors->has('date'))
{{ $errors->first('date') }}
@endif
@if ($errors->has('location'))
{{ $errors->first('location') }}
@endif
@if ($errors->has('category'))
{{ $errors->first('category') }}
@endif
@if ($errors->has('banner'))
{{ $errors->first('banner') }}
@endif
@if ($errors->has('desc'))
{{ $errors->first('desc') }}
@endif