@extends('home') @section('title') @lang('site.site_name') @endsection @section('styles') @endsection @section('content')
{{ __('Product hot offer') }}

@livewire('back-end.setting.hot-offer')
@endsection @section('scripts') @endsection