{{ __("Business License") }}

@if ($licenses && !empty($licenses->count()))
{{ __("Your Business License Expires At") }}
{{ isset($lastLicenses['end']) ? date('d M Y', strtotime($lastLicenses['end'])) : '' }}
@else {{ __("No business license found.") }} @endif