@extends('layouts.nifty') @section('content')
My Calendar
New Reminder
Assigned New Event
Complete the form below to Assigned New Event.
@csrf
Title
Description
Date Start
Date End
Reminder Date:
Category:
Select Category
@foreach($reminderscats as $categories)
{{ $categories->category }}
@endforeach
Photo:
@if( (new Jenssegers\Agent\Agent)->isDesktop()) @else @endif
@include('partials.footer')
@endsection