@extends('master') @section('content')
{{ $record->name }}

{{ $record->name }}

@if( !empty($record->business_category->title) )

noun-food {{ !empty($record->business_category->title) ? $record->business_category->title : '' }}

@endif

Loction {{ $record->address }}

  • @for( $r=1; $r <= 5; $r++ ) @if( $record->total_rating >= $r ) star-img @else star-img-light @endif @endfor
  • ({{ $record->total_review > 1 ? "{$record->total_review} reviews" : "{$record->total_review} review" }})

Promotional Deals

@push('script') @endpush @endsection