@extends('layouts/contentLayoutMaster')
@section('title', 'Resync Google')
@section('vendor-style')
@endsection
@section('page-style')
{{-- Page Css files --}}
@endsection
@section('content')
# |
Patinet ID |
Actions |
@foreach($patient_ids as $index => $id)
{{ $index +1 }} |
{{ $id }} |
Del |
@endforeach
@endsection
@section('vendor-script')
@endsection
@section('page-script')
@endsection