@extends('admin.layout.admin') @section("title"," Dashboard | Wishours") @section("content") Coupons Manage Coupons Coupon Edit Coupon Edit Coupon {{ csrf_field() }} @if (session()->has('message')) {{ session('message') }} @endif Coupon Code Amount Amount Type amount_type == 'Percentage') selected='selected' @endif>Percentage amount_type == 'Fixed') selected='selected' @endif>Fixed Expiry Date Status status == '1') selected='selected' @endif>Enable status == '0') selected='selected' @endif>Disable @endsection