@include('public::notifications')

My Kegiatans

Your awesome text goes here.


{!!Form::open()->method('GET')!!}
{!!Form::text('search')->type('search')->class('form-control')->placeholder('Search for...')->raw()!!}
{!! Form::close()!!}
@foreach($kegiatans as $kegiatan) @endforeach
{!! trans('kegiatan::kegiatan.label.status')!!} Action
{{ $kegiatan->status }} View Edit Delete
{{ $kegiatans->links() }}