@extends('smartadmin.layout') @section('title', 'List • Clubs') @section('content')

Clubs List

{!! $dataTable->table() !!}
@stop @section('pr-scripts') @stop @section('scripts') {!! $dataTable->scripts() !!} @stop