@extends('layouts.app') @section('title', 'EDIT AKUN ' . strtoupper($rawTiktokAccount->nickname)) @section('content')
EDIT DATABASE RAW AKUN TIKTOK {{ $rawTiktokAccount->nickname }}
@csrf
@if ($rawTiktokAccount->file) Current File: {{ $rawTiktokAccount->file }} @endif
Cancel
@endsection