@extends('crm.layouts.app') @section('styles') @endsection @section('content')
@include('crm.customer.common.contact_inner_sidebar')

{{__('Reminder')}}

@csrf

{{__('Manage Reminders')}}

{{__('Sr.No')}} {{__('Description')}} {{__('Date')}} {{__('Time')}} {{__('User')}} {{__('Actions')}}
@endsection @section('scripts') @include('crm.customer.reminder_js') @endsection