@extends('layouts.base') @section('content') @section('title', trans('等级权益'))
@foreach($list as $row) @endforeach
id 等级 免租金 免押金
{{$row->id}} {{$row->level_name}}
{!! $pager !!}
@endsection