@extends('Home.home_layout.app') @section('home_content')

Please wait
{{$account_info != NULL ?$account_info->application_name:"Digital"}} menu is loading...

@foreach($sliders as $slider) @endforeach
@foreach($recommended as $data) @endforeach
@foreach($categories as $category)
@foreach($products as $product) @if($category->id == $product->category_id) @endif @endforeach
@endforeach
@endsection