@extends('layouts.app') @section('title', $app_setting['name'] . ' | ' . __('Coupon Edit')) @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ __('Update Coupon') }}
@csrf @method('PUT')
is_active) checked @endif type="checkbox">
@endsection