osb/resources/theme/backend/adminlte/resellerhome.blade.php

21 lines
353 B
PHP
Raw Normal View History

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-07-31 04:11:00 +00:00
<div class="col-xs-6">
@include('r.agents')
</div>
<div class="col-xs-6">
@include('r.accounts')
2018-07-17 04:10:40 +00:00
</div>
@endsection