@extends('layouts.adminlayouts.app') @section('title') Edit Coupon - {{$appSetting->h1}} | {{$appSetting->slogan}} @endsection @push('css') @endpush @section('contents')
Coupon Edit
@include('alerts.alerts')
@csrf
If new image uploaded, old image will be deleted and new one will be replaced.
@if($coupon->img_name) @endif
@endsection @push('js') @endpush