@extends('layouts.admin') @section('title', env('APP_NAME') . ' | เพิ่ม') @section('content')
นำเข้าข้อมูล ใบกำกับกล่องสินค้า

Import Excel File


@if(count($errors) > 0)
Upload Validation Error

    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if($message = Session::get('success'))
{{ $message }}
@endif
{{ csrf_field() }}
.xls, .xslx
@endsection @section('scripts') @endsection