@extends('layouts.admin') @section('content') {{--修改表格--}} @include('admin.table.style') @include('admin.left-sidebar')

受理案件

{{--content--}}

海勃湾区房屋征收安置补贴单


{{ csrf_field() }}
项目名称:
编号:


被征收户姓名 被征收房屋住址
联系电话 被征收人身份证号
临时安置费 面积(㎡) 标准 月数 金额
搬迁费
低保补贴
其他
补贴总金额 (元)
征收实施单位(章) 被征收人(签字) 代理人(签字)
签约时间
核算(签字):
初审(签字):
监审(签字):

复核(签字):
初审(签字):
监审(签字):

提交说明 :
{{--model--}} {{--end model--}}
@if($table->status == null || $table->status<3) @if($user->role == 0 && $table->status == 0) @endif @if($user->role == $table->status) @if($table->status == 0) @else 驳回 @endif @endif 返回 打印 @else 返回 打印 @endif
@endsection