@extends('layouts.app') @section('title', $customer->name) @push('css') @include('panel.inc.filepond.css') @include('panel.inc.datatable.css') @endpush @section('content')
@include('panel.customers._customer-details', ['customer' => $customer])
@if(\Gate::allows('campaigns'))
{!! $campaignDatatable->table() !!}
@endif @stop @push('script') @include('panel.inc.filepond.js') @include('panel.inc.datatable.js') @if(\Gate::allows('campaigns')) {!! $campaignDatatable->scripts() !!} @endif @endpush