@extends('layouts.app') @section('title') Data Responden @endsection @section('content')

Data Responden

{!! $dataTable->table(['width' => '100%', 'class' => 'table table-striped table-bordered table-hover']) !!}
@endsection @section('modal') @endsection @push('css') @include('layouts.datatables_css') @endpush @push('js') @include('layouts.datatables_js') {!! $dataTable->scripts() !!} @endpush