Work on Service rendering

This commit is contained in:
Deon George
2020-02-05 13:47:24 +09:00
parent 01a7d73c17
commit 5f5d114f42
12 changed files with 412 additions and 313 deletions

View File

@@ -3,11 +3,11 @@
@section('htmlheader_title')
Reseller Home
@endsection
@section('contentheader_title')
@section('page_title')
{{ $o->full_name }}
@endsection
@section('page_title')
@section('contentheader_title')
{{ $o->full_name }}
@endsection
@section('contentheader_description')
@@ -59,9 +59,6 @@
<div class="col-xs-6">
@include('r.agents')
</div>
<div class="col-xs-6">
@include('r.service_inactive')
</div>
<div class="col-xs-6">
@include('r.clients')
</div>