@extends('layouts.front-layout') @section('title') Mazes-&-Rentals @endsection @section('content') Mazes & Rentals @forelse($get_maze_rentals as $maze_rental) {{$maze_rental->maze_rental_name ? : ''}} $ {{$maze_rental->price ? : ''}} {!! $maze_rental->description ? : '' !!} Join Now @empty Maze Rentals Data Not Available @endforelse @endsection