@extends('layouts/home/logined') @section('title') {{trans('common.title_user')}} @endsection @section('content')
的设计
@foreach($work_list as $k=>$v) {{$sy_time = intval((strtotime('+2 month', strtotime($v->finish_time))-strtotime('now'))/(60*60*24))}} @endforeach
广告牌名称 所属于项目 安装时间 拆除时间 剩余时间(天 ) 操作
{{$v->name}} {{$v->prj_name}} {{$v->finish_time}} {{date('Y-m-d H:i:s',strtotime('+2 month', strtotime($v->finish_time)))}} {{$sy_time>0?$sy_time:0}}
@endsection