@extends('frontend::layouts.master') @section('content')

{{ $link_related['name'] ?? '' }}

@foreach ($list['list'] ?? [] as $tab) @endforeach
@foreach ($faqs['list'] ?? [] as $faq) @endforeach
@foreach ($list['list'] ?? [] as $tab)

{{ $tab['name'] ?? '' }}

{!! $tab['detail'] ?? '' !!}
@endforeach
@endsection @push('scripts') @endpush