@extends($theme.'layouts.app') @section('title','Search Service') @section('content')
@foreach($services as $key => $service)
@foreach($service as $key => $row) @endforeach
@lang('ID') @lang('Name') @lang('Rate Per 1k')') @lang('Min') @lang('Max') @lang('Description')
{{$row->id}} @lang($row->service_title) @lang(config('basic.currency_symbol')){{($row->user_rate) ??$row->price}} @lang($row->min_amount) @lang($row->max_amount)
@endforeach
@endsection @push('script') @endpush