@extends('layouts/contentLayoutMaster') @section('title', 'Resync Google') @section('vendor-style') @endsection @section('page-style') {{-- Page Css files --}} @endsection @section('content')


Resync daily google sheet


Manual Resync


Download daily exceptions file


Downlaod File

Daily Synced Patinet

Patients already synced will be listed here. Removing them allows you to resync them again.
@foreach($patient_ids as $index => $id) @endforeach
# Patinet ID Actions
{{ $index +1 }} {{ $id }} Del
@endsection @section('vendor-script') @endsection @section('page-script') @endsection