@extends('adminlte::layouts.app') @section('htmlheader_title') Home @endsection @section('contentheader_title') {{ $o->full_name }} @endsection @section('contentheader_description') Home @endsection @section('main-content')
@include('r.accounts')
@include('r.agents')
@include('r.clients')
@endsection