@extends('adminlte::layouts.app')
@section('htmlheader_title')
Reseller Home
@endsection
@section('page_title')
{{ $o->full_name }}
@endsection
@section('contentheader_title')
{{ $o->full_name }}
@endsection
@section('contentheader_description')
Reseller Home
@endsection
@section('main-content')
@include('common.account.widget.summary')
@include('common.service.widget.active')
@include('common.invoice.widget.due')
@include('common.payment.widget.history')
@include('r.account.widget.list')
@include('r.service.widget.movement')
{{--
@include('r.agents')
@include('r.clients')
--}}
@endsection