@extends('layouts.app') @section('content')
@lang('models/representatives.plural')
@include('flash::message')
@include('representatives.table')
@endsection