@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(count($tutorials) > 0)
@endif @if(count($faqs) > 0)

FAQs

@foreach($faqs as $index => $faq)
{{ $faq['answer'] }}
@endforeach
@endif @endsection @section('script') @endsection