@extends('adminlte::layouts.app') @section('htmlheader_title') Trade Person @endsection @section('contentheader_title') Trade Person @endsection @section('header_styles') @stop @section('main-content')
@include('person.table')
@endsection @section('footer_scripts') @stop