LAPORAN KUNJUNGAN PASIEN
@if($property == 'bulan')
{{ Carbon\Carbon::parse($this->filters['date-start'])->format('F Y') }}
@elseif($property == 'tahun')
{{ Carbon\Carbon::parse($this->filters['date-start'])->format('Y') }}
@else
@if($filters['date-start'] == $filters['date-end'])
{{ Carbon\Carbon::parse($this->filters['date-start'])->format('d F Y') }}
@else
{{ Carbon\Carbon::parse($this->filters['date-start'])->format('d F Y') }} s/d
{{ Carbon\Carbon::parse($this->filters['date-end'])->format('d F Y') }}
@endif
@endif