@extends('shaun_core::admin.layouts.master') @section('content')
| {{ __('App Name') }} | {{ __('App URL') }} | {{ __('Active') }} | {{ __('Action') }} | @foreach ($clients as $client)
|---|---|---|---|
| {{ $client->name }} | {{ $client->app_url }} | @if ($client->is_active) {{__('Yes')}} @else {{__('No')}} @endif | {{__('View details')}} {{ __('Edit') }} {{ __('Download Credentials') }} {{ __('Delete') }} |