@extends('jkq.module.layouts.company')
@push('meta')
@endpush
@push('css')
@endpush
@section('content')
@include('jkq.module.section.company_left')
@if($contacts->isNotEmpty())
@foreach($contacts as $k=>$v)
@endforeach
{{ $contacts->links('module.widgets.pagination') }}
@else
暂无联系人信息
@endif
@endsection
@section('script')
@endsection