@extends('admin.layouts.app') @section('page_tab_title' ,"Coupons") @section('css') @endsection @section('content')

Import Coupons Download Sample File


@csrf
@if ($errors->has('file')) {{ $errors->first('file') }} @endif
Cancel
@endsection