@extends('layouts.app') @section('style') @endsection @section('wrapper')
Yeni Hesap Ekle
@csrf
@if(Auth::user()->user_type == 1) @endif @forelse($accounts as $account) @if(Auth::user()->user_type == 1) @endif @empty @endforelse
# Platform Kullanıcı Adı DurumKullanıcıİşlemler
{{ $account->id }} {{ $account->platform->platform }}{{ $account->platform->platform }} @if($account->platform->url) {{ $account->username }} @else {{ $account->username }} @endif @if($account->status == 0)
@else
@endif
{{ $account->user->account_holder }}
Kayıt bulunamadı
@section('script') @endsection @endsection