@extends('admin.layouts.app') @section('title', $provider->api_name) @section('content')

@lang('Add Bulk Service')

@foreach($apiServiceLists as $service) @endforeach
@lang('ID') @lang('Name') @lang('Category') @lang('Drip-Feed') @lang('Action')
{{@$service->service}} {{\Str::limit(@$service->name, 30)}} {{ @$service->category }} {{ @$service->dripfeed == 0 ? 'Inactive' : 'Active' }}
@endsection @push('js') @endpush