@extends("frontend.{$_fb_department}.layouts.app") @section('title', '価格表') @section('content')

価格表

レンタル料金の一覧です。

@foreach($rental_prices as $rental_price) @endforeach
全国対応可能!料金表に無い車種もご準備しております。お気軽にお問い合わせください。

日額

(円/税別)

1ヶ月

3ヶ月(34%割引)

6ヶ月(40%割引)

12ヶ月(50%割引)

月額

(円/税別)

距離縛り

(km)

月額

(円/税別)

距離縛り

(km)

月額

(円/税別)

距離縛り

(km)

月額

(円/税別)

距離縛り

(km)
{{ $rental_price->name }} {{ $rental_price->day_price == (string)intval($rental_price->day_price) ? number_format(intval($rental_price->day_price)) : $rental_price->day_price }} {{ $rental_price->month_price == (string)intval($rental_price->month_price) ? number_format(intval($rental_price->month_price)) : $rental_price->month_price }} {{ empty($rental_price->month_destination_rule ) ? '無し' : ($rental_price->month_destination_rule == (string)intval($rental_price->month_destination_rule) ? number_format(intval($rental_price->month_destination_rule)) : $rental_price->month_destination_rule) }} {{ $rental_price->three_month_price == (string)intval($rental_price->three_month_price) ? number_format(intval($rental_price->three_month_price)) : $rental_price->three_month_price }} {{ empty($rental_price->three_month_destination_rule ) ? '無し' : ($rental_price->three_month_destination_rule == (string)intval($rental_price->three_month_destination_rule) ? number_format(intval($rental_price->three_month_destination_rule)) : $rental_price->three_month_destination_rule) }} {{ $rental_price->half_year_price == (string)intval($rental_price->half_year_price) ? number_format(intval($rental_price->half_year_price)) : $rental_price->half_year_price }} {{ empty($rental_price->half_year_destination_rule ) ? '無し' : ($rental_price->half_year_destination_rule == (string)intval($rental_price->half_year_destination_rule) ? number_format(intval($rental_price->half_year_destination_rule)) : $rental_price->half_year_destination_rule) }} {{ $rental_price->year_price == (string)intval($rental_price->year_price) ? number_format(intval($rental_price->year_price)) : $rental_price->year_price }} {{ empty($rental_price->year_destination_rule ) ? '無し' : ($rental_price->year_destination_rule == (string)intval($rental_price->year_destination_rule) ? number_format(intval($rental_price->year_destination_rule)) : $rental_price->year_destination_rule) }}

オプション料金

営業ナンバー名義変更 50,000円  ※1ヶ月以上のレンタルの場合ご利用いただけます。 使用開始場所までの陸送  ※別途お見積りいたします。

注意事項

3ヶ月超のレンタルは法定点検の為、3ヶ月毎に当社指定工場での点検を受けて頂くため、数日お時間を頂きます。尚法定点検に伴う費用は発生致しません。
設定距離を超過した場合には、月額×契約月数/設定距離を1kmあたりの単価として超過走行距離×単価をご請求致します。

・記載の料金には、消費税は含まれておりません。
・本料金表は2019年6月1日現在のものです。

@endsection @section('page_css') @endsection