Work on Service rendering
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user