@extends('layouts.app_admin') @section('content')
{{ csrf_field() }}
@if ($errors->has('coupon_code')) {{ $errors->first('coupon_code') }} @endif
@if ($errors->has('amount')) {{ $errors->first('amount') }} @endif
@if ($errors->has('percentage')) {{ $errors->first('percentage') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
Cancel
@endsection