@extends('master') @include('partials.menu')

{{ $rental->name }}


Price: {{ $rental->price }}
Size: {{ $rental->size }}
Reference: {{ $rental->ref }} Location: {{ $rental->location }}

{{ $rental->description }}

@include('partials.footer')