@extends('layouts.admin-layout') @section('title', 'Maze Rental') @section('content')
@csrf

Maze Rental Section

{{--
--}} {{-- Profile Preview--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{--
--}}

Maze Rental Section

@foreach($get_maze_rentals as $maze_rental) @endforeach
S.N. Maze Rental Name Maze Rental price Image status Action
{{ $loop->iteration }} {{$maze_rental->maze_rental_name ? : '---'}} {{$maze_rental->price ? : '---'}} {{$maze_rental->status === 1 ? 'Approve' : 'Not Approve'}}
@endsection @section('script') @endsection