@extends('admin.layout.master') @section('title', 'Coupon') @section('content')

Coupon

List   @include('inventory.global.report_print_excel_button')
@csrf
@if ($errors->has('code')) {{ $errors->first('code') }} @endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif @isset($edit) @endisset
@if ($errors->has('start_date')) {{ $errors->first('start_date') }} @endif
@if ($errors->has('end_date')) {{ $errors->first('end_date') }} @endif
@if ($errors->has('percentage')) {{ $errors->first('percentage') }} @endif
 
@endsection @section('script') @endsection