{{ $trip->created_at->format('d-M-Y') }}
@lang('view_pages.pickup_address'): {{ $trip->requestDetail->requestPlace->pick_address }}
{{ $trip->comment }}
@php $rating = $trip->rating; @endphp @foreach (range(1, 5) as $i) @if ($rating > 0) @if ($rating > 0.5) @else @endif @else @endif @php $rating--; @endphp @endforeach {{-- --}}