@extends('layouts.datatable') @section('table')

统计数据

@foreach($th as $h) @endforeach @foreach($table as $num=>$data) @endforeach
{{ $h }}
{{ $data->bzc_name }} {{ $data->anzhi }} {{ $data->banqian }} {{ $data->dibu }} {{ $data->other }} {{ $data->totalj }}
{{-- /.boc-body--}}
@endsection