@extends('admin.layouts.app') @section('title', $provider->api_name) @section('content')
| @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' }} |