@extends('user.layouts.userLayout') {{-- Start style link --}} @section('style_link') @endsection @section('title') {{ __('product_detail.Store Hidemium') }} @endsection {{-- End style link --}} {{-- Start style code --}} @section('style_code') @include('user.pages.category.main_css') @endsection {{-- End style code --}} {{-- Start banner --}} @section('banner') @if (Request::header('Sec-Fetch-Dest') !== 'iframe')
{{--
--}}
@else
{{--
--}}
@endif @endsection {{-- End banner --}} {{-- Start content --}} @section('content')

Oops! 404

The page you're looking for doesn't exist

The link may have changed, the page might have been removed, or you may have typed the wrong address.

Don't worry, we're here to help you get back on track.

Here are some helpful links you can try:

@endsection {{-- End content --}} {{-- Start script link --}} @section('script_link') @endsection {{-- End script link --}} {{-- Start script code --}} @section('script_code') @include('user.pages.category2.main_js') @endsection {{-- End script code --}}