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


@endsection @section('custom-script') @endsection