@extends('layouts.salehead') @section('content')
Service Group
Service Type
Status
Supplier
Currency
Search
{{ csrf_field() }}
@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) @endforeach @endif @endforeach @endforeach
Service Name Type PC (Net) Default{{$u->group_name}}
{{$g->group_name}}
{{$v->id}} status == 'soft_deleted' )style="text-decoration: line-through;"@endif> imeipricing->sale >0) data-badge="{{$v->imeipricing->sale}}" @endif > {{$v->service_name}} @if($v->api_id ==! null)API @elseManual @endif {{number_format($v->purchase_cost, 2)}} {{number_format($v->credit, 2)}} @foreach($v->clientgroupprice as $cl) @if($cl->currency == $currenciessite->config_value && $cl->service_type == 'imei' && $cl->group_id == $u->id ) @if($cachesearch->currency == null) {{number_format($v->credit + $cl->discount, 2)}} @else {{number_format(($v->credit + $cl->discount)*$currencies->where('id',$cachesearch->currency)->first()->exchange_rate_static)}} @endif @endif @endforeach
@endsection