@include("backend.includes.flash")
@foreach($taxCollectionPoints as $taxCollectionPoint) @endforeach
# Region Tax Collection Point Created By Created At @lang('labels.action')
{{ $taxCollectionPoint->id }} {{ $taxCollectionPoint->region->name }} {{ $taxCollectionPoint->name }} {{ $taxCollectionPoint->created_by}} {{ $taxCollectionPoint->updated_at->diffForHumans() }}
{{ $taxCollectionPoints->links() }}