@if ($inserted && count($inserted))
Successfully inserted {{ count($inserted) }} record(s).
@include("user-history.layouts.user-history-table", ["data" => $inserted])
@endif