@extends('frontend.layouts.master') @section('title') {{$title}} @endsection @section('content') @php $banner_bg = ""; if($banner != null){ $banner_bg = 'style="background-image:url('.asset($banner->value).')"'; } @endphp
@if($content != null) {!! $content->value !!} @endif
@if($title == 'services')

Our Services

GC7 Games
Tournament Games
FREE GAMES & LUCKY WHEEL
@if(get_page_settings_images('service_background', \App\Models\PageSettings::HOME) != null)
@endif
@endif @endsection @section('script') @endsection