@extends('layout.master') @section('title', 'DataTable Static Demo') @section('main-content')

Data Table

Default Datatable

DataTables has most features enabled by default, so all you need to do to use it with your own tables is to call the construction function: $().DataTable();.

@endsection