@extends('layouts.app') @section('header-title', __('Bulk Product Imports')) @section('content')

{{ __('Bulk Product Imports') }}

{{--
Export CSV Template
--}} @if (session('total')) @endif @hasPermission('shop.bulk-product-import.create')

{{ __('Select Excle(xlsx) File to Import') }}

@csrf
{{ __('Drop file here or click to upload') }}
@error('file')

{{ $message }}

@enderror
@endhasPermission
@endsection @push('css') @endpush @push('scripts') @endpush