@extends('layouts.app') @section('title', $page_title) @php $schedules = json_decode($warmup_plan->schedule, true); $days = array_keys($schedules); // X-axis (Days) $emails = array_values($schedules); // Y-axis (Emails) @endphp @push('scripts') @endpush @section('content')
@endsection