{{ __e('rentRequest.text_hello') }}
{{ __e('rentRequest.text_customer_wants_to_rent', ['client_name' => $rentRequest->name]) }}
{{ __e('rentRequest.text_order_id') }}: | {{ $rentRequest->id }} |
---|---|
{{ __e('rentRequest.text_product_name') }}: | {{ $rentRequest->products_data->name}} |
{{ __e('rentRequest.text_customer_name') }}: | {{ $rentRequest->name }} |
{{ __e('rentRequest.text_date') }}: | {{ $rentRequest->date_from . ' - ' . $rentRequest->date_to }} |
{{ __e('rentRequest.text_route') }}: | {{ $rentRequestLocations->rentLocation->county?->name . ' > ' . $rentRequestLocations->rentLocation->locality?->name }} |