@extends('module.layouts.content')
@push('meta')
@endpush
@push('css')
@endpush
@push('js')
@endpush
{{--@include('module.section.header_min')--}}
{{--@include('module.section.content_header')--}}
@section('content')
网站首页>HR工具箱>{{$hrtools_category->category_name}}
@if($infos->toArray())
@foreach($infos as $k=>$v)
- {!! $v->title !!}
@endforeach
@endif
{{-- 页脚 --}}
{{--@include('module.section.content_footer')--}}
@endsection
@section('script')
@endsection