@extends('admin.layouts.app') @section('content')
通话纪录
@if(role('Call/List/syncAdd'))
@endif {{--@if(role('Call/Records/create'))--}} {{--
--}} {{--添加--}} {{--
--}} {{--@endif--}}
{{-- 过滤条件 --}}
{{ csrf_field() }}

过滤条件:

@include('admin.call.records.data')
@endsection @section('js') @endsection