@extends('layouts.app') @section('content')
Edit Deleted Store
@csrf


change_frequency=='daily') checked @endif value="daily" name="change_frequency" id="daily">
change_frequency=='weekly') checked @endif value="weekly" name="change_frequency" id="weekly">
change_frequency=='monthly') checked @endif value="monthly" name="change_frequency" id="monthly">
pic

Coupon

Add Coupon

@if(!empty($store->coupons)) @foreach($store->coupons as $coupon)
coupon_type=="sale"?"style=display:none":""}}>
free_shipping)?"checked":""}} value="on">
exclusive)?"checked":""}} value="on">

@endforeach
@endif Publish
@endsection