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

统计数据

@foreach($th as $h) @endforeach @foreach($table as $data) @endforeach
{{ $h }}
{{ $data->bzc_name }} {{ $data->yuqi_mothe }} {{ $data->total }} {{ $data->yuqij }}
{{-- /.boc-body--}}
@endsection