@foreach($couriers as $courier)
@endforeach
{{$courier->name}}
{{ucfirst(now()->addHours($courier->transit_hours)->diffForHumans())}}
{{priceView($courier->base_price)}}