@extends('frontend.provider.app') @section('content')
@include('provider.partials.sidebar')
{{ __('edit_coupon') }}

{{ $data->coupon_type == 'percentage' ? '%' : '$' }}
@endsection @include('coupon::provider.includes')