@include('public::notifications')

My Calendars

Your awesome text goes here.


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