@extends('master')
@include('partials.menu')
{{ $rental->name }}
Price: {{ $rental->price }}
Size: {{ $rental->size }}
Reference: {{ $rental->ref }} Location: {{ $rental->location }}
{{ $rental->description }}
Back to Regions
@include('partials.footer')