@extends('admin.layouts.master-soyuz') @section('title',__('Edit Special Offer |')) @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Edit Special Offer') }} @endslot ​ @slot('menu1') {{ __("Special Offer") }} @endslot ​ @slot('menu2') {{ __("Edit Special Offer") }} @endslot @slot('button')
{{ __("Back")}}
@endslot @endcomponent
​ ​
@if ($errors->any()) @endif
{{ __('Edit Special Offer') }}
{{csrf_field()}} {{ method_field('PUT') }}


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