@extends('admin.layouts.app') @section('header') @endsection @section('content')
我的线索
@if(role('User/Threads/addCallList'))
@endif
{{--添加过滤条件--}}
过滤条件
@include('admin.user.threads.data')
@endsection @section('js') @endsection