@extends('layouts.app') @section('stitle', __('messages.editCoupons')) @section('title', __('messages.Coupons')) @section('content')
@if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif

@yield('stitle')

@csrf

{{__('messages.STATUS')}}

active ?'checked':''}} class="custom-control-input" name="status" id="customSwitch111" />
@endsection @push('my_scripts') @endpush