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

Businesses

{{-- --}} {{-- --}} @if(isset($restaurants) && $restaurants->count() > 0) @foreach($restaurants as $restaurant) {{-- --}} {{-- --}} @endforeach @endif
Resto NameShort DescriptionAddressPhoneStatus Action
{!! $restaurant->name !!} {!! $restaurant->short_description !!}{!! nl2br($restaurant->address) !!}{!! $restaurant->phone !!}{!! $restaurant->users->is_active?'Active':'In-active' !!}
@endsection @section('js') @endsection