@extends('layouts.admin') @section('page_title') @parent کد تخفیف جدید @endsection @section('head-js') @stop @section('main')

کد تخفیف جدید

@include('admin.error')
{!! Form::open(['url'=>'/admin/copun-code/newhandle','method'=>'Post' , 'id'=>'submitcoupon']) !!}
@can('batch-coupons')
@endcan
{!! Form::close() !!}
@endsection @section('js') @stop