@extends('admin.layouts.master-soyuz') @section('title',__('Create a Hotdeal')) @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Home') }} @endslot @slot('menu1') {{ __("Hotdeal") }} @endslot @slot('menu2') {{ __("Hotdeal") }} @endslot @slot('button')
{{ __("Back") }}
@endslot @endcomponent
@if ($errors->any()) @endif
{{ __('Add Hotdeal') }}
{{csrf_field()}}


({{ __('Please Choose Hotdeal Status') }})
@endsection @push('script') @endpush