@extends('layouts.base') @section('content') @section('title', trans('租期设置'))
@foreach($list as $row) @endforeach
排序 名称 天数 优惠比例 操作
{{$row->sequence}} {{$row->term_name}} {{$row->term_days}} {{$row->term_discount}} @if (!empty($row->term_discount)) % @endif 编辑 删除
{!! $pager !!}
@endsection