@extends('layouts.app') @section('content')
@if(session('success'))
{{ session('success') }}
@endif

{{ strtoupper($supplier->supp_name) }} SUPPLIER IMPORT

Click a button below to start the import process. Imports will run in the background.

@csrf
@csrf
@csrf
@endsection