@extends('layouts.admin')
@section('page_title')
@parent
کد تخفیف جدید
@endsection
@section('head-js')
@stop
@section('main')
{!! Form::open(['url'=>'/admin/copun-code/newhandle','method'=>'Post' , 'id'=>'submitcoupon']) !!}
{!! Form::close() !!}
@endsection
@section('js')
@stop