@extends("admin.layouts.sellermastersoyuz") @section('title',__('Add New Gift')) @section('body') @component('seller.components.breadcumb',['secondactive' => 'active']) @slot('heading') {{ __('Gift') }} @endslot @slot('menu1') {{ __("Gift") }} @endslot @slot('button')
{{ __("Back") }}
@endslot @endcomponent
@if ($errors->any()) @endif
{{ __('Add') }} {{ __('Gift') }}
@csrf @method("PUT")

@endsection