@extends('layouts.crm') @section('title')比例设置@endsection @section('header') @endsection @section('navbread') {{-- */ $navbread = [ ['name' => '教职工考评', 'href' => ''], ['name' => '评价表设置', 'href' => ''], ['name' => '比例设置', 'href' => ''], ] /* --}} @endsection @section('body')
@if(count($info)) @foreach($info as $k=>$v)
{{ $v['title'] }}
@endforeach @endif
@if(count($info))
@foreach($scale_option as $k=>$v)
%
@endforeach
@endif @section('footer') @endsection @endsection