@extends('layouts.header')
@section('content')
@php
$value="";
$projectId="";
$ClientId="";
$ApiId="";
$ClentSecret="";
@endphp
@if($sendstatus!="")
@php
$value="edit";
$projectId=$sendstatus[0]->project_id;
$ClientId=$sendstatus[0]->client_id;
$ApiId=$sendstatus[0]->api_key;
$ClentSecret=$sendstatus[0]->client_secret;
$GoogleCalendarId=$sendstatus[0]->GoogleCalendarId;
@endphp
@endif