@extends('frontend.layouts.app') @section('title') User Guide - {{ config('app.name') }} @endsection @section('content') Authenticity and Warranty Status Check User Guide Home User Guide @if ($data) @foreach ($data as $section) {{ $section['name'] }} @foreach ($section['details'] as $details) {{ $details->title }} {{ $details->detail }} @endforeach @endforeach @endif @endsection
{{ $details->detail }}