@extends('layouts.app') @section('content')
{{$company->title}}
@if(isset($company->offers[0]))
{{$company->offers[0]->categories[0]->title}}
{{$company->offers[0]->short_content}}
@endif @if(isset($company->offers[1]))
{{$company->offers[1]->categories[0]->title}}
{{$company->offers[1]->short_content}}
@endif
@if(isset($company->offers[1]))
 
{{$company->offers[1]->categories[0]->title}}
{{$company->offers[1]->short_content}}
@endif
@for($i=0; $i<5; $i++) @if($i>=$company->score) @else @endif @endfor  {{$company->score}}/5

{{$company->title}}

{!! $company->description !!}
@foreach($company->offers as $offer)

{{$offer->categories[0]->title}}

{{$offer->title}}

{!!$offer->content !!}


@endforeach

CASINO REVIEWS BY PLAYERS

Rate Casino and Write a Review
Rate a Casino

Your Review
@if($reviews->count()>0)
@foreach($reviews as $review)
{{$review->user->name}}
{{count($review->user->reviews)}} Reviews
@for($i=0; $i<5; $i++) @if($i >= $review->rate) @else @endif @endfor  {{$review->rate}}/5
Reviewed on {{\Carbon\Carbon::createFromFormat('Y-m-d H:i:s', $review->created_at)->format('M d Y')}}
{{$review->content}}
@endforeach
@else
No Reviews
@endif
@endsection @push('end-of-body') @endpush