@extends('layouts.app') @section('content')
@if (\Session::get('error'))

Data Berikut Gagal Di Import, Silahkan Cek Dan Sesuaikan dengan Format Import Barang, Kemudian Import

    @foreach(\Session::get('error') as $e)
  • {!! $e !!}
  • @endforeach
@endif

Data {{ $title }}

@csrf
@endsection