@extends('layouts.app') @section('title', __('Projects')) @push('css') @include('panel.inc.datatable.css') @endpush @section('content') @if(request()->is('panel/campaigns'))
@endif
{!! $dataTable->table() !!}
@stop @push('script') @include('panel.inc.datatable.js') {!! $dataTable->scripts() !!} @endpush