@extends('adminsection.layouts.master') @section('title') Hotel || @parent @stop @section('page-title') Hotel @stop @section('main-content')
Add New
@foreach($hotels as $hotel) @endforeach
# Name Address Phone Action
{{$loop->iteration}} {{$hotel->name}} {{$hotel->address}} {{$hotel->phone}} Edit Delete Rooms
{{$hotels->links()}}
@stop