{{__('Business License')}} @can('business-license-create') @endcan

@if ($teamsiteLicenses) @forelse($teamsiteLicenses as $item) @empty @endforelse @endif
{{__('License Start')}}
{{__('License End')}}
{{__('Redeemed At')}}
{{__('Action')}}
{!! getDateWithIcon($item->start) !!} {!! getDateWithIcon($item->end) !!} {!! getDateWithIcon($item->created_at) !!} @if(\Carbon\Carbon::now()->lt($item->end)) {{__('Cancel')}} @endif
{{__('No Data Found')}}