@extends('layouts.app') @section('content')

{{trans('lang.vehicle_rent_detail')}}

Details of Rent

{{ $rentals->userPrenom}} {{ $rentals->userNom}}
{{ $rentals->user_phone}}
{{ $rentals->user_email}}
{{ $rentals->libelle}}
Image
{{ $rentals->nb_jour}}
{{ date('d F Y',strtotime($rentals->date_debut))}}
{{ date('d F Y',strtotime($rentals->date_fin))}}
@if($currency->symbol_at_right=="true") {{number_format(floatval($price),$currency->decimal_digit)."".$currency->symbole}} @else {{$currency->symbole."".number_format(floatval($price),$currency->decimal_digit)}} @endif
@endsection @section('scripts') @endsection