@extends('admin.layouts.master-soyuz') @section('title',__('Most Viewed Products')) @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Most Viewed Products') }} @endslot @slot('menu1') {{ __("Reports") }} @endslot @slot('menu2') {{ __("Most Viewed Products") }} @endslot @endcomponent
{{__('Most Viewed Products')}}
# {{ __("Product name") }} {{ __("Total views") }}
# {{ __("Product name") }} {{ __("Total views") }}
@endsection @section('custom-script') @endsection