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

{{ $record->name }}

@if( !empty($record->business_category->title) )
  • noun-food
  • {{ $record->business_category->title }}
@endif
  • noun-food
  • {{ $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" }})
@push('script') @endpush @endsection