芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/qrafiqxcreativeagency.com/accounts/office/resources/views/leads/show.blade.php
@extends('layouts.app') @push('datatable-styles') @include('sections.datatable_css') @endpush @php $viewClientNote = user()->permission('view_lead_note'); @endphp @section('filter-section')
@if ($viewClientNote == 'all' || $viewClientNote == 'both' || $viewClientNote == 'added' || $viewClientNote == 'owned')
@endif @if ($gdpr->enable_gdpr)
@endif
@endsection @section('content')
@include($view)
@endsection @push('scripts') @endpush