@extends('layouts.admin') @section('content') @include('admin.left-sidebar')

案件追踪

{{--search--}}

案件列表

@foreach($re as $list) @endforeach
ID 姓名 身份证 地址 室内面积(㎡) 房型 联系方式 用途 操作
{{ $list->id }} {{ $list->bzc_name }} {{ $list->bzc_cardid }} {{ $list->bzc_addr }} {{ $list->bzc_area }} {{ $list->house_type }} {{ $list->bzc_tel }} {{ $list->used }} 查看 @if($user->role>5) 编辑 @endif
显示 0 - 10
@endsection