@extends('admin.layouts.master-soyuz') @section('title',__('Edit Flashdeal | ')) @section('body') @component('admin.component.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('Edit Flashdeals') }} @endslot @slot('menu1') {{ __('Flashdeals') }} @endslot @slot('button')
{{__("Back")}}
@endslot @endcomponent
@if ($errors->any()) @endif

{{__("Edit flash deal")}}

@method("PUT") @csrf
{{ $deal->background_image }}

{{ __('Update Products') }}

@forelse($deal->saleitems as $item) @empty @endforelse
{{ __('Product') }} {{ __('Discount') }} {{ __("Discount type") }} #
%
%
@endsection @section('custom-script') @endsection