@extends('admin.layouts.app') @section('page_tab_title' ,"Coupons") @section('css') @endsection @section('content') Import Coupons Download Sample File @csrf File * @if ($errors->has('file')) {{ $errors->first('file') }} @endif Submit Cancel @endsection