2018-07-17 04:10:40 +00:00
|
|
|
@extends('adminlte::layouts.app')
|
|
|
|
|
|
|
|
@section('htmlheader_title')
|
|
|
|
Home
|
|
|
|
@endsection
|
|
|
|
|
|
|
|
@section('contentheader_title')
|
|
|
|
{{ $o->full_name }}
|
|
|
|
@endsection
|
|
|
|
@section('contentheader_description')
|
|
|
|
Home
|
|
|
|
@endsection
|
|
|
|
|
|
|
|
@section('main-content')
|
2018-08-08 23:33:51 +00:00
|
|
|
<div class="col-xs-6">
|
|
|
|
@include('r.accounts')
|
|
|
|
</div>
|
2018-07-31 04:11:00 +00:00
|
|
|
<div class="col-xs-6">
|
|
|
|
@include('r.agents')
|
|
|
|
</div>
|
|
|
|
<div class="col-xs-6">
|
2018-08-08 23:33:51 +00:00
|
|
|
@include('r.clients')
|
2018-07-17 04:10:40 +00:00
|
|
|
</div>
|
|
|
|
@endsection
|