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