@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('widgets.account_summary')
@include('widgets.services_active')
@include('widgets.invoices_due')
@include('widgets.payment_history')
@endsection