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

Import Product Download Sample File


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