{!! trans('billing.periode') !!}
@if ($search_with_month == 'all-month')
All Month
@else
{{ \Carbon\Carbon::create()->month((int) $search_with_month)->format('F') }}
@endif
@if ($search_with_year == 'all-year')
All Year
@else
{{ \Carbon\Carbon::create()->year((int) $search_with_year)->format('Y') }}
@endif