@extends('backend.layouts.app') @section('content')
{{translate('Coupon Information Adding')}}
@csrf @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}}

{{translate('Add Your Cart Base Coupon')}}

@endsection @section('script') @endsection