@extends('back.layouts.main') @section('title' , __('back.editXGetCoupon') .$model->name) @section('content')
@method('PUT')
@csrf @include('back.buy_x_get_voucher.form')
@stop @section('breadcrumbs') @stop