Form Perpustakaan
Informasi Kegiatan
@if ($errors->has('name'))
{{ $errors->first('name') }}
@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('desc'))
{{ $errors->first('desc') }}
@endif