@extends('Frontend.partials.layout') @section('content')

{{$data['product_name']}}

{{ brandName() }}

  • {{-- --}}
{{-- Topic Modal --}}
@if(count($data['submenus']) > 0) @foreach($data['submenus'] as $submenu)
{{$submenu->menu_name}}
@if(!empty($submenu->description)) description) !!}'> @endif @if(isset($submenu->frabklangwatch)) @endif
{{$submenu->menu_name}}
@endforeach @endif
{{-- include layout dashboard Right Section --}} @include('Frontend.partials.includes.layout-dashright')
{{-- products view section /--}} @endsection @section('scripts') @endsection