diff --git a/resources/views/rental/list.blade.php b/resources/views/rental/list.blade.php index 7e52a5b86..28b9646bb 100644 --- a/resources/views/rental/list.blade.php +++ b/resources/views/rental/list.blade.php @@ -25,7 +25,7 @@ {{ $rental->corporation_name }} {{ $rental->system_name }} {{ number_format($rental->rental_cost, 0, ".", ",") }} - {{ $rental->paid_until }} + {{ date_format($rental->paid_until, "Y-m-d") }} {!! Form::open(['action' => 'SystemRentals\RentalAdminController@updateRentalSystem', 'method' => 'POST']) !!} {{ Form::date('paid_until', \Carbon\Carbon::now()->endOfMonth(), ['class' => 'form-control']) }}