@extends('layouts.login') @section('header') @endsection @section('content')
@if ($insight_not_syn==0)
{{$industry}}更新完成 {{$insight_not_syn}} 個等待更新
點此查看更新結果 @elseif(($insight_not_syn>0) )
更新中! {{$insight_not_syn}} 個等待更新
@for ($i = 0; $i< count($insights); $i++)
已完成 {{$insights[$i]->name}} | {{$insights[$i]->industry}}
@endfor @endif
@endsection @section('footer') @endsection