@extends('layouts.backend') @section('css_after') @endsection @section('js_after') @endsection @section('content')

EDIT COUPON

@csrf
@if ($errors->has('coupon_type')) @endif
@if ($errors->has('coupon_code')) @endif
@if ($errors->has('coupon_amount')) @endif
@endsection