@extends('crm.layouts.app') @section('styles') @endsection @section('content')
@csrf

{{__('Manage Reminders')}}

{{__('Sr.No')}} {{__('Reminder For')}} {{__('Description')}} {{__('Date')}} {{__('Time')}} {{__('User')}} {{__('Actions')}}
{{-- ANCHOR MODAL VIEW reminder --}} @endsection @section('scripts') @include('crm.reminder.index_js') @endsection