delete(); TransactionType::create(['type' => 'Withdrawal']); TransactionType::create(['type' => 'Deposit']); TransactionType::create(['type' => 'Transfer']); TransactionType::create(['type' => 'Opening balance']); } }