@extends('layouts.app') @section('content')
Service Group
Service Type
Status
Supplier
Currency

@foreach($usergroup as $u) @endforeach @foreach($group->where('imeigroup','<>','') as $g) @foreach($usergroup as $u) @endforeach @foreach($imei_service as $v) @if($v->imei_service_group_id == $g->id ) @foreach($usergroup as $u) @foreach($v->clientgroupprice->where('service_type','imei')->where('group_id',$u->id)->where('currency',$currenciessite->config_value) as $cl) @endforeach @endforeach @endif @endforeach @endforeach
Service Name PC (Net) Default{{$u->group_name}}
{{$g->group_name}}
{{$v->id}} status == 'soft_deleted' )style="text-decoration: line-through;"@endif contenteditable="true" onBlur="saveToDatabase(this,'service_name','services','{{$v->id}}')" onClick="showEdit(this);">{{$v->service_name}} {{round($v->purchase_cost, 2)}} {{round($v->credit, 2)}}{{round($v->credit + $cl->discount, 2)}}
@endsection