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

Local Authorities List

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