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

Cottages/Rooms

Add New Cottage/Room @foreach ($cottages as $cottage) @endforeach
Name Price Description
{{ $cottage->name }} Php {{ $cottage->price }} {{ $cottage->description }}
Back
@endsection