@extends('panel._theme_dashboard') @section('content')
@if(isset($show_now_button) && $show_now_button) Hoje @endif
Agenda - {{$formatted_schedule_date}}
    @foreach($schedules as $schedule)
  • {{date("H:i", strtotime($schedule->schedule_time_start))}} - {{date("H:i", strtotime($schedule->schedule_time_end))}}
    {{$schedule->schedule_client}}
    {{$schedule->service_name}}
    R$ {{$schedule->schedule_value}}
  • @endforeach
@csrf @endsection @section('customJS') @endsection