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

Sites List

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