@extends('admin.admin_app') @section('content')
Edit Promocode
@if(session()->has('success')) @endif
@csrf @method('POST')
promocode_for == 'individual') checked @endif />
promocode_for == 'seller') checked @endif />
discount_type == 'FLAT') checked @endif>
discount_type == 'PERCENTAGE') checked @endif>
@endsection @section('script') @endsection