@extends('admin.layout') @section('css') @endsection @section('content')
EDIT YOUR COUPON
Fill this Form & Edit Your Coupon
@csrf
@if($errors->has('offer_name'))

{{ $errors->first('offer_name') }}

@endif
@if($errors->has('offer_box'))

{{ $errors->first('offer_box') }}

@endif
@if($errors->has('offer_details'))

{{ $errors->first('offer_details') }}

@endif
@if($errors->has('type'))

{{ $errors->first('type') }}

@endif
@if($errors->has('code'))

{{ $errors->first('code') }}

@endif
@if($errors->has('store_id'))

{{ $errors->first('store_id') }}

@endif
@if($errors->has('tracking_link'))

{{ $errors->first('tracking_link') }}

@endif
expiry != '') value="{{date("Y-m-d",strtotime($module->expiry))}}" @endif class="form-control" placeholder="Expiry Date" name="expiry" > @if($errors->has('expiry'))

{{ $errors->first('expiry') }}

@endif
{{--
@if($errors->has('image'))

{{ $errors->first('image') }}

@endif
--}}
@if($errors->has('alt'))

{{ $errors->first('alt') }}

@endif
@endsection @section('js') @endsection