@extends('layouts.admin') @section('content')
Coupon
@csrf
@if(isset($coupon->image))
Current Image
@endif
@endsection