@extends($layout_path) @section('title', $app_setting['name'] . ' | ' . __('Coupon Create')) @section('header-title')

{{ __('Create a New Coupon') }}

@endsection @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@endsection