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