@extends('layouts.app') @section('style') @endsection @section('wrapper')
{{ __('Add New Account') }}
@csrf
@if($user->user_type == 1) @endif @forelse($accounts as $account) @if($user->user_type == 1) @endif @empty @endforelse
# {{ __('Platform') }} {{ __('Username') }} {{ __('Status') }}{{ __('User') }}{{ __('Actions') }}
{{ $account->id }} {{ $account->platform->platform }}{{ $account->platform->platform }} @if($account->platform->url) {{ $account->username }} @else {{ $account->username }} @endif
{{ $account->user->name }}
{{ __('No records found') }}
@section('script') @endsection @endsection